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

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

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


Constructor Summary
ViewLoadTask(XCube cube, java.lang.String childId)
           
 
Method Summary
 void onFailure(java.lang.Throwable caught)
           
 void onSuccess(java.lang.Object result)
           
 void sendQuerry(IEngineServiceAsync engineService)
           
 void setCallback(IChildLoadCallback callback)
           
 void setCubeViewCache(CubeViewCache cubeViewCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewLoadTask

public ViewLoadTask(XCube cube,
                    java.lang.String childId)
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

setCallback

public void setCallback(IChildLoadCallback callback)

sendQuerry

public void sendQuerry(IEngineServiceAsync engineService)

setCubeViewCache

public void setCubeViewCache(CubeViewCache cubeViewCache)