|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.uva.vlet.vfs.VFSTaskWatcher
public class VFSTaskWatcher
Task watcher for threaded VFS tasks Use VFS.getTaskWatcher() for the default VFS Task Watchers.
Constructor Summary | |
---|---|
VFSTaskWatcher(java.lang.String idStr)
|
Method Summary | |
---|---|
static VFSTaskWatcher |
getDefault()
|
boolean |
getHasTasks()
|
java.lang.String |
getID()
Optional ID to use by the ActionTask |
void |
handle(java.lang.Exception e)
Handle Exception thrown by the action task |
void |
messagePrintln(java.lang.String str)
Message printer for the ActionTask to print messages and/or errors |
void |
setHasTasks(boolean b)
Method to update the TaskSource if it has tasks running |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VFSTaskWatcher(java.lang.String idStr)
Method Detail |
---|
public static VFSTaskWatcher getDefault()
public void setHasTasks(boolean b)
ITaskSource
setHasTasks
in interface ITaskSource
public boolean getHasTasks()
public java.lang.String getID()
ITaskSource
getID
in interface ITaskSource
public void messagePrintln(java.lang.String str)
ITaskSource
messagePrintln
in interface ITaskSource
public void handle(java.lang.Exception e)
ITaskSource
handle
in interface ITaskSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |