HEADER

com.developmentontheedge.jobcontrol
Class ClassJobControl

com.developmentontheedge.jobcontrol.AbstractJobControl
  |
  +--com.developmentontheedge.jobcontrol.ClassJobControl

public abstract class ClassJobControl
extends AbstractJobControl


Constructor Summary
ClassJobControl(Category cat)
           

Method Summary
 voidasyncRun()
          Starts Job in another thread.

Methods inherited from class com.developmentontheedge.jobcontrol.AbstractJobControl
addListener, begin, checkStatus, end, fireValueChanged, format, format, getCreatedTime, getElapsedTime, getEndedTime, getPreparedness, getRemainedTime, getStartedTime, getStatus, getTextStatus, pause, resultsAreReady, resume, run, setPreparedness, terminate

Constructor Detail

ClassJobControl

public ClassJobControl(Category cat)
Method Detail

asyncRun

public void asyncRun()
Starts Job in another thread.

FOOTER

BOTTOM