javax.rad.ui.event
Interface IPopupMenuListener


public interface IPopupMenuListener

Platform and technology independent focus listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 void popupMenuCanceled(UIPopupMenuEvent pEvent)
          This method is called when the popup menu is canceled.
 void popupMenuWillBecomeInvisible(UIPopupMenuEvent pEvent)
          This method is called before the popup menu becomes invisible.
 void popupMenuWillBecomeVisible(UIPopupMenuEvent pEvent)
          This method is called before the popup menu becomes visible.
 

Method Detail

popupMenuWillBecomeVisible

void popupMenuWillBecomeVisible(UIPopupMenuEvent pEvent)
This method is called before the popup menu becomes visible.

Parameters:
pEvent - the popup menu event

popupMenuWillBecomeInvisible

void popupMenuWillBecomeInvisible(UIPopupMenuEvent pEvent)
This method is called before the popup menu becomes invisible.

Parameters:
pEvent - the popup menu event

popupMenuCanceled

void popupMenuCanceled(UIPopupMenuEvent pEvent)
This method is called when the popup menu is canceled.

Parameters:
pEvent - the popup menu event


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.