|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.customware.gwt.dispatch.client.DefaultDispatchAsync
public class DefaultDispatchAsync
This class is the default implementation of DispatchAsync
, which is
essentially the client-side access to the Dispatch
class on the
server-side.
Constructor Summary | |
---|---|
DefaultDispatchAsync()
|
Method Summary | ||
---|---|---|
|
execute(A action,
com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDispatchAsync()
Method Detail |
---|
public <A extends Action<R>,R extends Result> void execute(A action, com.google.gwt.user.client.rpc.AsyncCallback<R> callback)
execute
in interface DispatchAsync
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |