javax.rad.ui.event.type.popupmenu
Interface IPopupMenuCanceledListener
- All Known Subinterfaces:
- IPopupMenuListener
public interface IPopupMenuCanceledListener
Platform and technology independent popup menu canceled listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
popupMenuCanceled
void popupMenuCanceled(UIPopupMenuEvent pEvent)
throws Throwable
- This method is called when the popup menu is canceled.
- Parameters:
pEvent - the popup menu event
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.