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

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

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


Constructor Summary
UpdateCellCallback(XPath cube, IXPoint point, IResultElement value, ICellUpdateCallback callback)
           
 
Method Summary
 void onFailure(java.lang.Throwable caught)
           
 void onSuccess(java.lang.Object result)
           
 void sendCellUpdate(IEngineServiceAsync service)
           
 void setErrorCallback(IErrorCallback errorCallback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCellCallback

public UpdateCellCallback(XPath cube,
                          IXPoint point,
                          IResultElement value,
                          ICellUpdateCallback callback)
Method Detail

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

sendCellUpdate

public void sendCellUpdate(IEngineServiceAsync service)

setErrorCallback

public void setErrorCallback(IErrorCallback errorCallback)