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

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

public class FinalCubeEditorLoader
extends AbstractLoader


Constructor Summary
FinalCubeEditorLoader(XCubeEditor editor)
           
 
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

FinalCubeEditorLoader

public FinalCubeEditorLoader(XCubeEditor editor)
Method Detail

load

public void load()

getDescription

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