Package com.google.gwt.event.dom.client
Interface HasLoadHandlers
-
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
Frame,Image,NamedFrame
public interface HasLoadHandlers extends HasHandlers
A widget that implements this interface provides registration forLoadHandlerinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddLoadHandler(LoadHandler handler)Adds aLoadEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addLoadHandler
HandlerRegistration addLoadHandler(LoadHandler handler)
Adds aLoadEventhandler.- Parameters:
handler- the load handler- Returns:
HandlerRegistrationused to remove this handler
-
-