Uses of Interface
org.apache.pivot.util.concurrent.TaskListener

Packages that use TaskListener
org.apache.pivot.util.concurrent Provides a set of classes to simplify the execution of background tasks. 
 

Uses of TaskListener in org.apache.pivot.util.concurrent
 

Methods in org.apache.pivot.util.concurrent with parameters of type TaskListener
 void Task.execute(TaskListener<V> taskListenerArgument)
          Asynchronously executes the task.
 void Task.execute(TaskListener<V> taskListenerArgument, ExecutorService executorServiceArgument)
          Asynchronously executes the task.