Interface ModelessPopup.IModelessPopupListener

All Superinterfaces:
BasePopup.IPopupListener, Serializable
All Known Implementing Classes:
DefaultModelessPopupListener, WorkpageContainer.MyModelessPopupListener
Enclosing class:
ModelessPopup

public static interface ModelessPopup.IModelessPopupListener extends BasePopup.IPopupListener
Simple version of interface - that covers the event, when the user closes the popup (by pressing top-right close icon or by alt-F4...). In this case the method BasePopup.IPopupListener.reactOnPopupClosedByUser() is called - the popup needs to be closed by the reactor (if appropriate) otherwise it will be kept open.

New implementations should used ModelessPopup.IModelessPopupListener2.