com.itmill.toolkit.ui
Interface MenuBar.Command

Enclosing class:
MenuBar

public static interface MenuBar.Command

This interface contains the layer for menu commands of the MenuBar class. It's method will fire when the user clicks on the containing MenuBar.MenuItem. The selected item is given as an argument.


Method Summary
 void menuSelected(MenuBar.MenuItem selectedItem)
           
 

Method Detail

menuSelected

void menuSelected(MenuBar.MenuItem selectedItem)


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.