public class

LoadEvent

extends DomEvent<H extends EventHandler>
java.lang.Object
   ↳ com.google.gwt.event.shared.GwtEvent<H extends com.google.gwt.event.shared.EventHandler>
     ↳ com.google.gwt.event.dom.client.DomEvent<H extends com.google.gwt.event.shared.EventHandler>
       ↳ com.google.gwt.event.dom.client.LoadEvent

Class Overview

Represents a native load event.

Summary

Protected Constructors
LoadEvent()
Public Methods
final Type<LoadHandler> getAssociatedType()
Returns the type used to register this event.
static Type<LoadHandler> getType()
Gets the event type associated with load events.
Protected Methods
void dispatch(LoadHandler handler)
Should only be called by HandlerManager.
[Expand]
Inherited Methods
From class com.google.gwt.event.dom.client.DomEvent
From class com.google.gwt.event.shared.GwtEvent
From class java.lang.Object
From interface com.google.gwt.event.dom.client.HasNativeEvent

Protected Constructors

protected LoadEvent ()

Public Methods

public final Type<LoadHandler> getAssociatedType ()

Returns the type used to register this event. Used by handler manager to dispatch events to the correct handlers.

Returns
  • the type

public static Type<LoadHandler> getType ()

Gets the event type associated with load events.

Returns
  • the handler type

Protected Methods

protected void dispatch (LoadHandler handler)

Should only be called by HandlerManager. In other words, do not use or call.

Parameters
handler handler