com.tensegrity.palowebviewer.modules.engine.client
Class VerificationRequest

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

public class VerificationRequest
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback


Constructor Summary
VerificationRequest(XObject context, XElement element, IVerificationCallback callback)
           
 
Method Summary
 java.lang.String getName()
           
 void onFailure(java.lang.Throwable caught)
           
 void onSuccess(java.lang.Object result)
           
 void sendRequest(IEngineServiceAsync service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationRequest

public VerificationRequest(XObject context,
                           XElement element,
                           IVerificationCallback callback)
Method Detail

sendRequest

public void sendRequest(IEngineServiceAsync service)

getName

public java.lang.String getName()

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