com.waveset.task
Interface Scheduler.TaskListener

Enclosing interface:
Scheduler

public static interface Scheduler.TaskListener

Classes that want to be notified when tasks complete can implement TaskListener and register with the listener interface. The taskChanged method is called when a task state changes to finished or terminated. The taskChanged method is only called once and should not call anything that registers or deregisters a listener.


Method Summary
 void taskChanged(TaskInstance ti)
           
 

Method Detail

taskChanged

public void taskChanged(TaskInstance ti)