org.apache.pivot.wtk
Interface MenuItemSelectionListener


public interface MenuItemSelectionListener

Menu item selection listener interface.


Method Summary
 void itemSelected(Menu.Item menuItem)
          Called when a descendant item of this menu has been selected.
 

Method Detail

itemSelected

void itemSelected(Menu.Item menuItem)
Called when a descendant item of this menu has been selected.

Parameters:
menuItem -