Uses of Interface
nl.uva.vlet.tasks.ITaskSource

Packages that use ITaskSource
nl.uva.vlet.exec   
nl.uva.vlet.tasks   
nl.uva.vlet.vfs   
 

Uses of ITaskSource in nl.uva.vlet.exec
 

Classes in nl.uva.vlet.exec that implement ITaskSource
 class ProcessTaskSource
          Simple ProcessTasksource listener.
 

Uses of ITaskSource in nl.uva.vlet.tasks
 

Methods in nl.uva.vlet.tasks with parameters of type ITaskSource
static boolean ActionTask.hasTasksRunning(ITaskSource bc)
          Returns true if the ITaskSource has tasks running
protected  void ActionTask.setTaskSource(ITaskSource newSource)
          Set TaskSource/Task Watcher to (new) watcher.
static void ActionTask.stopActionsFor(ITaskSource source, boolean all)
          Send a stop signal to all tasks originating from the ITaskSource
 

Constructors in nl.uva.vlet.tasks with parameters of type ITaskSource
ActionTask(ITaskSource source, java.lang.String taskName)
          Construct a new ActionTask origination from the taskSource source with the human readable name taskName
 

Uses of ITaskSource in nl.uva.vlet.vfs
 

Classes in nl.uva.vlet.vfs that implement ITaskSource
 class VFSTaskWatcher
          Task watcher for threaded VFS tasks Use VFS.getTaskWatcher() for the default VFS Task Watchers.