com.tensegrity.palowebviewer.modules.engine.client
Class LoadingMap
java.lang.Object
com.tensegrity.palowebviewer.modules.engine.client.LoadingMap
public class LoadingMap
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadingMap
public LoadingMap()
clear
public void clear()
isLoading
public boolean isLoading(XObject object,
int childType)
getLoader
public com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback getLoader(XObject object,
int childType)
setLoading
public void setLoading(XObject object,
int childType,
com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback loader)
setFinishLoading
public void setFinishLoading(XObject object,
int childType)
getKey
protected java.lang.Object getKey(XObject object,
int childType)