DispatchServiceAsync
.@Deprecated public interface DispatchServiceAsync
DispatchServiceImpl
.
This class is closely related to DispatchAsync
, in theory the latter
wouldn't be needed, but we use it to workaround a GWT limitation described in
com.gwtplatform.dispatch.client.DispatchAsync
.com.gwtplatform.dispatch.client.DispatchAsync
,
Dispatch
,
DispatchImpl
,
DispatchService
,
DispatchServiceAsync
,
DispatchServiceImpl
Modifier and Type | Method and Description |
---|---|
Request |
execute(String cookieSentByRPC,
Action<?> action,
AsyncCallback<Result> callback)
Deprecated.
This method is called client-side whenever a new action is executed.
|
Request |
undo(String cookieSentByRPC,
Action<?> action,
Result result,
AsyncCallback<Void> callback)
Deprecated.
This method is called client-side whenever a previous executed action need
to be undone.
|
Request execute(String cookieSentByRPC, Action<?> action, AsyncCallback<Result> callback)
Copyright © 2010–2014 Arcbees. All rights reserved.