com.tensegrity.palowebviewer.modules.engine.client
Class XQueryCallback
java.lang.Object
com.tensegrity.palowebviewer.modules.engine.client.XQueryCallback
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback
public final class XQueryCallback
- extends java.lang.Object
- implements com.google.gwt.user.client.rpc.AsyncCallback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XQueryCallback
public XQueryCallback(XQueryPath[] queries,
IQueryCallback callback)
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
sendQuerry
public void sendQuerry(IEngineServiceAsync service)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setErrorCallback
public void setErrorCallback(IErrorCallback errorCallback)