TaskListenerpublic interface TaskListener This interface allows Task object to communicate their state
when WorkerThread start processing them or when the processing
is completed. |
Methods Summary |
---|
public void | taskEvent(TaskEvent event)This method is invoked when a WorkerThread starts
processing a Task object.
|
|