bluegammon.gui.menu
Interface ItemAction
- All Known Implementing Classes:
- BinaryPageItem, BluetoothClientWorkflow, BluetoothServerWorkflow, MenuCanvas
- public interface ItemAction
Command pattern interface that is called from Menu
when user
activates an PageItem
.
- Author:
- Peter Andersson
- See Also:
PageItem
itemAction
public void itemAction(MenuPage page,
PageItem item)
- Called when user selects an item in a page.
- Parameters:
page
- The page this action is called from.item
- The item this action is called from.