public class CATTask extends AbstractGenericTask
Modifier and Type | Class and Description |
---|---|
protected static class |
CATTask.SetProperRealizationTask |
static class |
CATTask.Task
This enum defines the different tasks performed by the InternalSwingWorker class.
|
isCancelled
Constructor and Description |
---|
CATTask(CATTask.Task currentTask,
CarbonAccountingTool caller) |
Modifier and Type | Method and Description |
---|---|
protected void |
doThisJob()
This method is the inner part of the doInBackground method.
|
cancel, doInBackground, done, getFailureReason, getName, hasBeenCancelled, isCorrectlyTerminated, isVerbose, setCorrectlyTerminated, setFailureReason, setName, toString
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
public CATTask(CATTask.Task currentTask, CarbonAccountingTool caller)
protected void doThisJob() throws java.lang.Exception
AbstractGenericTask
doThisJob
in class AbstractGenericTask
java.lang.Exception