Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.user.client.ui
>
PopupListener
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search Google Code:
Interface PopupListener
public interface
PopupListener
extends
EventListener
// Implemented by
MenuBar
Event listener interface for popup events.
Methods
onPopupClosed(PopupPanel, boolean)
Fired when the popup is closed.
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.