LumiSoft.UI.Controls.WMenu
Interface WContextMenuListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
WMenuBar, WToolBar

public interface WContextMenuListener
extends java.util.EventListener

Author:
Ivar To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void ContextMenuClosed()
          Is called always when contextmenu is closed.
 void MenuItemSelected(WMenuItem item)
           
 

Method Detail

ContextMenuClosed

void ContextMenuClosed()
Is called always when contextmenu is closed.


MenuItemSelected

void MenuItemSelected(WMenuItem item)