package com.nokia.mid.ui;

public interface JoystickEventListener
{

 public void joystickEvent(int, int);
 
}