com.google.gwt.event.logical.shared
Class InitializeEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<InitializeHandler>
      extended by com.google.gwt.event.logical.shared.InitializeEvent

public class InitializeEvent
extends GwtEvent<InitializeHandler>

Fired when the event source is initialized.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Method Summary
static
<S extends HasInitializeHandlers & HasHandlers>
void
fire(S source)
          Fires a initialize event on all registered handlers in the handler source.
 GwtEvent.Type<InitializeHandler> getAssociatedType()
          Returns the type used to register this event.
static GwtEvent.Type<InitializeHandler> getType()
          Ensures the existence of the handler hook and then returns it.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

fire

public static <S extends HasInitializeHandlers & HasHandlers> void fire(S source)
Fires a initialize event on all registered handlers in the handler source.

Type Parameters:
S - The handler source
Parameters:
source - the source of the handlers

getType

public static GwtEvent.Type<InitializeHandler> getType()
Ensures the existence of the handler hook and then returns it.

Returns:
returns a handler hook

getAssociatedType

public final GwtEvent.Type<InitializeHandler> getAssociatedType()
Description copied from class: GwtEvent
Returns the type used to register this event. Used by handler manager to dispatch events to the correct handlers.

Specified by:
getAssociatedType in class GwtEvent<InitializeHandler>
Returns:
the type