Interface HasInitializeHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
RichTextArea
public interface HasInitializeHandlers extends HasHandlers
A widget that implements this interface is a public source ofInitializeEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistration
addInitializeHandler(InitializeHandler handler)
Adds anInitializeEvent
handler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addInitializeHandler
HandlerRegistration addInitializeHandler(InitializeHandler handler)
Adds anInitializeEvent
handler.- Parameters:
handler
- the handler- Returns:
- the registration for the event
-
-