public class BackgroundRequestEvent extends com.google.gwt.event.shared.GwtEvent<BackgroundRequestEvent.BackgroundRequestEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackgroundRequestEvent.BackgroundRequestEventHandler |
static interface |
BackgroundRequestEvent.HasBackgroundRequestEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<BackgroundRequestEvent.BackgroundRequestEventHandler> |
TYPE |
| Constructor and Description |
|---|
BackgroundRequestEvent(BackgroundRequestType backgroundRequestType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(BackgroundRequestEvent.BackgroundRequestEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
BackgroundRequestType backgroundRequestType) |
com.google.gwt.event.shared.GwtEvent.Type<BackgroundRequestEvent.BackgroundRequestEventHandler> |
getAssociatedType() |
BackgroundRequestType |
getBackgroundRequestType() |
static com.google.gwt.event.shared.GwtEvent.Type<BackgroundRequestEvent.BackgroundRequestEventHandler> |
getType() |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<BackgroundRequestEvent.BackgroundRequestEventHandler> TYPE
public BackgroundRequestEvent(BackgroundRequestType backgroundRequestType)
public BackgroundRequestType getBackgroundRequestType()
protected void dispatch(BackgroundRequestEvent.BackgroundRequestEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<BackgroundRequestEvent.BackgroundRequestEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<BackgroundRequestEvent.BackgroundRequestEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BackgroundRequestEvent.BackgroundRequestEventHandler>public static com.google.gwt.event.shared.GwtEvent.Type<BackgroundRequestEvent.BackgroundRequestEventHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source,
BackgroundRequestType backgroundRequestType)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<BackgroundRequestEvent.BackgroundRequestEventHandler>Copyright © 2018. All Rights Reserved.