|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<InitializeHandler>
com.google.gwt.event.logical.shared.InitializeEvent
public class InitializeEvent
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> |
Constructor Summary | |
---|---|
protected |
InitializeEvent()
Construct a new InitializeEvent . |
Method Summary | ||
---|---|---|
protected void |
dispatch(InitializeHandler handler)
Should only be called by HandlerManager . |
|
static
|
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 |
---|
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected InitializeEvent()
InitializeEvent
.
Method Detail |
---|
public static <S extends HasInitializeHandlers & HasHandlers> void fire(S source)
S
- The handler sourcesource
- the source of the handlerspublic static GwtEvent.Type<InitializeHandler> getType()
public final GwtEvent.Type<InitializeHandler> getAssociatedType()
GwtEvent
getAssociatedType
in class GwtEvent<InitializeHandler>
protected void dispatch(InitializeHandler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.
dispatch
in class GwtEvent<InitializeHandler>
handler
- handler
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |