public class AsyncCallStartEvent extends GwtEvent<AsyncCallStartHandler>
AsyncCallStartHandler
,
AsyncCallSucceedEvent
,
AsyncCallFailEvent
GwtEvent.Type<H>
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(AsyncCallStartHandler handler) |
static void |
fire(EventBus source)
Fires a
AsyncCallStartEvent
into a source that has access to an EventBus . |
static void |
fire(HasHandlers source)
Deprecated.
Use
fire(EventBus) instead. |
GwtEvent.Type<AsyncCallStartHandler> |
getAssociatedType() |
static GwtEvent.Type<AsyncCallStartHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public static void fire(EventBus source)
AsyncCallStartEvent
into a source that has access to an EventBus
.source
- The source that fires this event (EventBus
).@Deprecated public static void fire(HasHandlers source)
fire(EventBus)
instead.AsyncCallStartEvent
into a source that has access to an EventBus
.source
- The source that fires this event (HasHandlers
).public static GwtEvent.Type<AsyncCallStartHandler> getType()
public GwtEvent.Type<AsyncCallStartHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<AsyncCallStartHandler>
protected void dispatch(AsyncCallStartHandler handler)
dispatch
in class GwtEvent<AsyncCallStartHandler>
Copyright © 2010-2014 ArcBees. All Rights Reserved.