Uses of Interface
LumiSoft.UI.Controls.WMenu.WContextMenuListener

Packages that use WContextMenuListener
LumiSoft.UI.Controls   
LumiSoft.UI.Controls.WMenu   
 

Uses of WContextMenuListener in LumiSoft.UI.Controls
 

Classes in LumiSoft.UI.Controls that implement WContextMenuListener
 class WToolBar
          Toolbar control.
 

Uses of WContextMenuListener in LumiSoft.UI.Controls.WMenu
 

Classes in LumiSoft.UI.Controls.WMenu that implement WContextMenuListener
 class WMenuBar
          Menubar control.
 

Methods in LumiSoft.UI.Controls.WMenu with parameters of type WContextMenuListener
 void WContextMenu.addContextMenuListener(WContextMenuListener l)
          Adds the specified action listener to receive action events from this button.
 void WMenuBar.addMenuListener(WContextMenuListener l)
          Adds the specified action listener to receive action events from this button.
 void WContextMenu.removeContextMenuListener(WContextMenuListener l)
          Removes the specified action listener so it no longer receives action events from this button.
 void WMenuBar.removeMenuIListener(WContextMenuListener l)
          Removes the specified action listener so it no longer receives action events from this button.