com.tensegrity.palowebviewer.modules.util.client.taskchain
Class SimpleChainTask

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.util.client.taskchain.AbstractChainTask
      extended by com.tensegrity.palowebviewer.modules.util.client.taskchain.SimpleChainTask
All Implemented Interfaces:
IChainTask
Direct Known Subclasses:
RebuildHeaderTask

public abstract class SimpleChainTask
extends AbstractChainTask


Constructor Summary
SimpleChainTask()
           
 
Method Summary
 void execute()
           
protected abstract  void run()
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.util.client.taskchain.AbstractChainTask
executeNextTask, getNextTask, setNextTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tensegrity.palowebviewer.modules.util.client.taskchain.IChainTask
getDescription
 

Constructor Detail

SimpleChainTask

public SimpleChainTask()
Method Detail

run

protected abstract void run()

execute

public void execute()
Specified by:
execute in interface IChainTask
Specified by:
execute in class AbstractChainTask