com.neuron.app.tonto
Class ScopeTask
java.lang.Object
com.neuron.app.tonto.ScopeTask
- All Implemented Interfaces:
- ITaskStatus
public class ScopeTask
- extends java.lang.Object
- implements ITaskStatus
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeTask
public ScopeTask(ITaskStatus status,
int min,
int max)
taskStatus
public void taskStatus(int pct,
java.lang.String msg)
- Specified by:
taskStatus
in interface ITaskStatus
taskError
public void taskError(java.lang.Throwable t)
- Specified by:
taskError
in interface ITaskStatus
taskNotify
public void taskNotify(java.lang.Object o)
- Specified by:
taskNotify
in interface ITaskStatus