Package com.google.gwt.event.dom.client
Interface LoadHandler
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ListenerWrapper.WrappedLoadListener
public interface LoadHandler extends EventHandler
Handler interface forLoadEvent
events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLoad(LoadEvent event)
Called when LoadEvent is fired.
-