com.neuron.app.tonto
Class ScopeTask

java.lang.Object
  extended by com.neuron.app.tonto.ScopeTask
All Implemented Interfaces:
ITaskStatus

public class ScopeTask
extends java.lang.Object
implements ITaskStatus


Constructor Summary
ScopeTask(ITaskStatus status, int min, int max)
           
 
Method Summary
 void taskError(java.lang.Throwable t)
           
 void taskNotify(java.lang.Object o)
           
 void taskStatus(int pct, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeTask

public ScopeTask(ITaskStatus status,
                 int min,
                 int max)
Method Detail

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