planetj.util
Interface ITaskListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DBSystem, Library, TestTaskListener

public interface ITaskListener
extends EventListener


Method Summary
 void taskCompleted(TaskEvent pTaskEvent)
          Invoked when a task completes its execution.
 void taskFailed(TaskEvent pTaskEvent)
          Invoked when a task fails while executing.
 void taskStarted(TaskEvent pTaskEvent)
          Invoked when a task starts executing.
 

Method Detail

taskCompleted

public void taskCompleted(TaskEvent pTaskEvent)
Invoked when a task completes its execution.


taskFailed

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


taskStarted

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