planetj.dataengine.task
Class TestTaskListener

java.lang.Object
  |
  +--planetj.dataengine.task.TestTaskListener
All Implemented Interfaces:
EventListener, ITaskListener

public class TestTaskListener
extends Object
implements ITaskListener


Constructor Summary
TestTaskListener()
          TestTaskListener constructor comment.
 
Method Summary
static void main(String[] args)
           
 void taskCompleted(TaskEvent pTaskEvent)
          Invoked when a Task completes.
 void taskFailed(TaskEvent pTaskEvent)
          Invoked when a task fails while executing.
 void taskStarted(TaskEvent pTaskEvent)
          Invoked when a Task starts.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTaskListener

public TestTaskListener()
TestTaskListener constructor comment.

Method Detail

main

public static void main(String[] args)

taskCompleted

public void taskCompleted(TaskEvent pTaskEvent)
Invoked when a Task completes.

Specified by:
taskCompleted in interface ITaskListener

taskFailed

public void taskFailed(TaskEvent pTaskEvent)
Invoked when a task fails while executing.

Specified by:
taskFailed in interface ITaskListener

taskStarted

public void taskStarted(TaskEvent pTaskEvent)
Invoked when a Task starts.

Specified by:
taskStarted in interface ITaskListener