net.hivecell.hive.support.menu
Interface MenuItem

All Known Subinterfaces:
CreateAgentMenuItem
All Known Implementing Classes:
MenuCheckBoxItem

public interface MenuItem
extends MenuObject

this is a leaf in the menu tree. you can call invoke on this object and it will "do its stuff"


Method Summary
 boolean invoke()
          just cause this menu item to do its stuff
 
Methods inherited from interface net.hivecell.hive.support.menu.MenuObject
getName
 

Method Detail

invoke

public boolean invoke()
just cause this menu item to do its stuff
Returns:
true if the command wwas invoked, false otherwise