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, ... .


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

Method Detail

popupMenuWillBecomeInvisible

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

Parameters:
pEvent - the popup menu event
Throws:
Throwable - if there is an error.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.