Uses of Interface
com.tensegrity.palowebviewer.modules.engine.client.IChildLoadCallback

Packages that use IChildLoadCallback
com.tensegrity.palowebviewer.modules.engine.client   
 

Uses of IChildLoadCallback in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type IChildLoadCallback
 void PaloServerModel.loadView(XCube cube, java.lang.String viewId, IChildLoadCallback callback)
           
 void PaloServerModel.loadViewByName(XCube cube, java.lang.String viewName, IChildLoadCallback callback)
           
 void ViewLoadTask.setCallback(IChildLoadCallback callback)
           
 void ViewNameLoadTask.setCallback(IChildLoadCallback callback)