|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.AsyncProxy.ProxyCallback<T>
T
- the interface parameterization of AsyncProxy.public abstract static class AsyncProxy.ProxyCallback<T>
The callback used by AsyncProxy.setProxyCallback(ProxyCallback)
.
Constructor Summary | |
---|---|
AsyncProxy.ProxyCallback()
|
Method Summary | |
---|---|
void |
onComplete(T instance)
This method will be invoked by the AsyncProxy after method playback is complete. |
void |
onFailure(java.lang.Throwable t)
Invokes the global uncaught exception handler. |
void |
onInit(T instance)
This method will be called with the instance object before method replay starts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncProxy.ProxyCallback()
Method Detail |
---|
public void onComplete(T instance)
instance
- the instancepublic void onFailure(java.lang.Throwable t)
public void onInit(T instance)
instance
- the instance
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |