Class CommandSupport.CommandLineActionWorker
- java.lang.Object
-
- javax.swing.SwingWorker<R,P>
-
- org.nuiton.jaxx.runtime.application.action.ActionWorker<Void,String>
-
- org.nuiton.jaxx.runtime.application.command.CommandSupport.CommandLineActionWorker
-
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>
- Enclosing class:
- CommandSupport<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>>
public class CommandSupport.CommandLineActionWorker extends ActionWorker<Void,String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuiton.jaxx.runtime.application.action.ActionWorker
ActionWorker.ActionStatus
-
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
-
Field Summary
-
Fields inherited from class org.nuiton.jaxx.runtime.application.action.ActionWorker
actionLabel, endTime, error, startTime, status, target
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandSupportgetAction()-
Methods inherited from class org.nuiton.jaxx.runtime.application.action.ActionWorker
doInBackground, done, getActionLabel, getEndTime, getError, getStartTime, getStatus, getTarget, getTime, isFailed, setTarget, setTarget
-
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
-
-
-
Method Detail
-
getAction
public CommandSupport getAction()
-
-