public class ApplicationReadyEvent extends com.google.gwt.event.shared.GwtEvent<ApplicationReadyEvent.ApplicationReadyHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationReadyEvent.ApplicationReadyHandler |
static interface |
ApplicationReadyEvent.HasApplicationReadyHandlers |
| Constructor and Description |
|---|
ApplicationReadyEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ApplicationReadyEvent.ApplicationReadyHandler handler) |
boolean |
equals(Object obj) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
ApplicationReadyEvent eventInstance) |
com.google.gwt.event.shared.GwtEvent.Type<ApplicationReadyEvent.ApplicationReadyHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationReadyEvent.ApplicationReadyHandler> |
getType() |
int |
hashCode() |
String |
toString() |
public static void fire(com.google.gwt.event.shared.HasHandlers source)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
ApplicationReadyEvent eventInstance)
public static com.google.gwt.event.shared.GwtEvent.Type<ApplicationReadyEvent.ApplicationReadyHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationReadyEvent.ApplicationReadyHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ApplicationReadyEvent.ApplicationReadyHandler>protected void dispatch(ApplicationReadyEvent.ApplicationReadyHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ApplicationReadyEvent.ApplicationReadyHandler>public String toString()
toString in class com.google.web.bindery.event.shared.Event<ApplicationReadyEvent.ApplicationReadyHandler>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.