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