Interface HasOpenHandlers<T>
- Type Parameters:
T
- the type being opened
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
AbstractCellTree
,CellBrowser
,CellTree
,DisclosurePanel
,Tree
A widget that implements this interface is a public source of
OpenEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionaddOpenHandler
(OpenHandler<T> handler) Adds anOpenEvent
handler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details