Interface HasOpenHandlers<T>
-
- Type Parameters:
T- the type being opened
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
AbstractCellTree,CellBrowser,CellTree,DisclosurePanel,Tree
public interface HasOpenHandlers<T> extends HasHandlers
A widget that implements this interface is a public source ofOpenEventevents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddOpenHandler(OpenHandler<T> handler)Adds anOpenEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addOpenHandler
HandlerRegistration addOpenHandler(OpenHandler<T> handler)
Adds anOpenEventhandler.- Parameters:
handler- the handler- Returns:
- the registration for the event
-
-