Interface MenuListener

All Known Implementing Classes:
TestMenu

public interface MenuListener

The listener interface for receiving Menu events.

Author:
Michel Deriaz

Method Summary
 void menuItemChoosen(int choice)
          This method is called each time a user selects an item in the menu.
 

Method Detail

menuItemChoosen

void menuItemChoosen(int choice)
This method is called each time a user selects an item in the menu.

Parameters:
choice - the index of the selected item in the items array.