ch.tatool.test
Class TestTask

java.lang.Object
  extended by ch.tatool.core.element.AbstractPropertyHolder
      extended by ch.tatool.core.element.NodeImpl
          extended by ch.tatool.core.executable.BlockingExecutable
              extended by ch.tatool.test.TestTask
All Implemented Interfaces:
PropertyHolder, Executable, Node, KeyEventDispatcher

public class TestTask
extends BlockingExecutable

Test task implementation that simply returns a pre-configured outcome. This task does not implement a UI.

Author:
Michael Ruflin

Constructor Summary
TestTask()
           
 
Method Summary
 void startExecution()
           
 
Methods inherited from class ch.tatool.core.executable.BlockingExecutable
cancel, cancelExecution, dispatchKeyEvent, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContext
 
Methods inherited from class ch.tatool.core.element.NodeImpl
assignParent, assignParent, assignParents, getId, getLocalId, getParent, setId, setLocalId, setParent
 
Methods inherited from class ch.tatool.core.element.AbstractPropertyHolder
clearProperties, getKeys, getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.tatool.element.Node
getParent, setParent
 
Methods inherited from interface ch.tatool.data.PropertyHolder
clearProperties, getId, getKeys, getProperty, removeProperty, setProperty
 

Constructor Detail

TestTask

public TestTask()
Method Detail

startExecution

public void startExecution()
Specified by:
startExecution in class BlockingExecutable


Copyright © 2012. All Rights Reserved.