Interface SourcesPopupEvents
public
interface
SourcesPopupEvents
// Implemented by
PopupPanel
A widget that implements this interface sources the events defined by the
PopupListener interface.
Methods
Method Detail
addPopupListener
Adds a listener interface to receive popup events.
Parameters
- listener
- the listener interface to add.
removePopupListener
Removes a previously added popup listener.
Parameters
- listener
- the listener interface to remove.