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

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.ViewLoader
All Implemented Interfaces:
IChildLoaderCallback

public class ViewLoader
extends java.lang.Object
implements IChildLoaderCallback


Constructor Summary
ViewLoader(PaloServerModel model, XViewLink link)
           
 
Method Summary
 void onChildLoaded(XObject xObject)
           
 void setCallback(ILoadViewCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewLoader

public ViewLoader(PaloServerModel model,
                  XViewLink link)
Method Detail

onChildLoaded

public void onChildLoaded(XObject xObject)
Specified by:
onChildLoaded in interface IChildLoaderCallback

setCallback

public void setCallback(ILoadViewCallback callback)