Uses of Interface
jerklib.listeners.TaskCompletionListener

Packages that use TaskCompletionListener
jerklib.tasks Package contains the Task interface and a Task impl 
 

Uses of TaskCompletionListener in jerklib.tasks
 

Methods in jerklib.tasks that return types with arguments of type TaskCompletionListener
 List<TaskCompletionListener> TaskImpl.getTaskListeners()
          get a list of TaskCompletionListeners
 

Methods in jerklib.tasks with parameters of type TaskCompletionListener
 void TaskImpl.addTaskListener(TaskCompletionListener listener)
          Add a listener to be notified by this Task
 boolean TaskImpl.removeTaskListener(TaskCompletionListener listener)
          remove a listener