com.google.gwt.user.client.ui
Interface PopupListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- MenuBar
- public interface PopupListener
- extends EventListener
Event listener interface for popup events.
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.
This javadoc distribution was not produced by Google. The official documentation is here.