public class RestCallEvent extends com.google.gwt.event.shared.GwtEvent<RestCallEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
RestCallEvent.Direction |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RestCallEventHandler> |
TYPE |
| Constructor and Description |
|---|
RestCallEvent(RestCallEvent.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RestCallEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RestCallEventHandler> |
getAssociatedType() |
RestCallEvent.Direction |
getDirection() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RestCallEventHandler> TYPE
public RestCallEvent(RestCallEvent.Direction direction)
public com.google.gwt.event.shared.GwtEvent.Type<RestCallEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RestCallEventHandler>protected void dispatch(RestCallEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RestCallEventHandler>public RestCallEvent.Direction getDirection()
Copyright © 2023. All rights reserved.