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.EventListenerDeprecated.useCloseHandlerinsteadEvent listener interface for popup events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonPopupClosed(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-trueif the popup was automatically closed;falseif it was closed programmatically.
-
-