com.tensegrity.palowebviewer.modules.engine.client
Class CallInitCallbackTask

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.CallInitCallbackTask
All Implemented Interfaces:
ITask

public class CallInitCallbackTask
extends java.lang.Object
implements ITask

Task to call IInitCallback.


Constructor Summary
CallInitCallbackTask(IInitCallback callback, XObject[] children)
           
 
Method Summary
 void execute()
          The method that is called when the time for the task has come.
 java.lang.String getName()
          Returns the name of the task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallInitCallbackTask

public CallInitCallbackTask(IInitCallback callback,
                            XObject[] children)
Method Detail

execute

public void execute()
The method that is called when the time for the task has come.

Specified by:
execute in interface ITask

getName

public java.lang.String getName()
Returns the name of the task. It is used for the debug puposes. And usualy is the name of the implementing class.

Specified by:
getName in interface ITask