package com.nokia.mid.ui;

public interface JoystickEventListener
{

 public void joystickEvent(int int_1, int int_2);
 
}