javax.rad.ui.event.type.popupmenu
Interface IPopupMenuWillBecomeInvisibleListener
- All Known Subinterfaces:
- IPopupMenuListener
public interface IPopupMenuWillBecomeInvisibleListener
Platform and technology independent popup menu will become invisible listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
popupMenuWillBecomeInvisible
void popupMenuWillBecomeInvisible(UIPopupMenuEvent pEvent)
- This method is called before the popup menu becomes invisible.
- Parameters:
pEvent - the popup menu event
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.