Uses of Interface
com.dvt.app.threadworks.CompletionEventListener

Packages that use CompletionEventListener
com.dvt.app.threadworks ThreadWorks is a Java API that greatly facilitates multi-threaded programming. 
 

Uses of CompletionEventListener in com.dvt.app.threadworks
 

Subinterfaces of CompletionEventListener in com.dvt.app.threadworks
 interface DependencyEventListener
          Listener for completion events used to denote task dependencies.
 

Methods in com.dvt.app.threadworks with parameters of type CompletionEventListener
 void TaskManager.run(java.util.Collection runnableTasks, CompletionEventListener listener)
          Runs a group of asynchronous tasks.
 void TaskManager.run(java.lang.Runnable task, CompletionEventListener listener)
          Runs an asynchronous task.
 void TaskManager.run(java.lang.Runnable[] task, CompletionEventListener listener)
          Runs an asynchronous task.
 void TaskManager.run(java.lang.Runnable[] dependentTasks, java.lang.Runnable[] successorTasks, CompletionEventListener listener)
          Runs one or more successor tasks after all dependent tasks are complete.
 



Copyright © 2001 Delta Vortex Technologies, Inc. All Rights Reserved.