Interface PopupListener
Event listener interface for popup events.
Methods
Method Detail
onPopupClosed
public void
onPopupClosed(
PopupPanel sender, boolean autoClosed)
Fired when the popup is closed.
Parameters
- sender
- popup being closed.
- autoClosed
-
true if the popup was automatically
closed; false if it was closed programmatically.