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


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

Method Detail

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.