com.tensegrity.palowebviewer.modules.engine.client
Class EngineServiceAsyncProxy.AsyncCallbackProxy

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.EngineServiceAsyncProxy.AsyncCallbackProxy
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback
Enclosing class:
EngineServiceAsyncProxy

protected static class EngineServiceAsyncProxy.AsyncCallbackProxy
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback


Constructor Summary
EngineServiceAsyncProxy.AsyncCallbackProxy(com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 
Method Summary
protected  com.google.gwt.user.client.rpc.AsyncCallback getCallback()
           
 void onFailure(java.lang.Throwable caught)
           
 void onSuccess(java.lang.Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineServiceAsyncProxy.AsyncCallbackProxy

public EngineServiceAsyncProxy.AsyncCallbackProxy(com.google.gwt.user.client.rpc.AsyncCallback callback)
Method Detail

getCallback

protected com.google.gwt.user.client.rpc.AsyncCallback getCallback()

onFailure

public void onFailure(java.lang.Throwable caught)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback

onSuccess

public void onSuccess(java.lang.Object result)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback