Package com.google.gwt.user.client.ui
Interface PopupListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
MenuBar
@Deprecated public interface PopupListener extends java.util.EventListener
Deprecated.useCloseHandler
insteadEvent listener interface for popup events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onPopupClosed(PopupPanel sender, boolean autoClosed)
Deprecated.
-
-
-
Method Detail
-
onPopupClosed
@Deprecated void onPopupClosed(PopupPanel sender, boolean autoClosed)
Deprecated.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.
-
-