public class HelloEvent extends com.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HelloEvent.HelloEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler> |
TYPE |
| Constructor and Description |
|---|
HelloEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(HelloEvent.HelloEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
HelloEvent event) |
com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler> |
getAssociatedType() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler> TYPE
public static void fire(com.google.gwt.event.shared.HasHandlers source,
HelloEvent event)
public com.google.gwt.event.shared.GwtEvent.Type<HelloEvent.HelloEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>protected void dispatch(HelloEvent.HelloEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<HelloEvent.HelloEventHandler>Copyright © 2022. All Rights Reserved.