com.tensegrity.palowebviewer.modules.ui.client.loaders
Class XCubeEditorLoader

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.ui.client.loaders.AbstractLoader
      extended by com.tensegrity.palowebviewer.modules.ui.client.loaders.XCubeEditorLoader
All Implemented Interfaces:
IChainLoader, ILoader, ILoaderCallback

public class XCubeEditorLoader
extends AbstractLoader


Constructor Summary
XCubeEditorLoader(XCubeEditor cubeEditor)
           
 
Method Summary
 java.lang.String getDescription()
           
 void load()
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.ui.client.loaders.AbstractLoader
executeCallback, loaded, setCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCubeEditorLoader

public XCubeEditorLoader(XCubeEditor cubeEditor)
Method Detail

load

public void load()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class AbstractLoader