org.browsecode.helpers.menus
Interface MenuItem.MenuItemSelectedListener

All Known Implementing Classes:
MenuItemSelectedListenerAction.MenuItemListener
Enclosing interface:
MenuItem

public static interface MenuItem.MenuItemSelectedListener

Like ActionListener, except that it tells you whether it has handled the action. If it hasn't, the action may be passed on to another place.


Method Summary
 boolean actionPerformed(java.awt.event.ActionEvent e)
           
 boolean canHandleActionNow()
           
 

Method Detail

canHandleActionNow

boolean canHandleActionNow()

actionPerformed

boolean actionPerformed(java.awt.event.ActionEvent e)