Package targetMotionModule
Class TMManager.TMInfoWorker
- All Implemented Interfaces:
Runnable
,Future<Object>
,RunnableFuture<Object>
- Enclosing class:
TMManager
Loading event data may take some time
- Author:
- Jamie Maculay
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
void
done()
Get a string which describes which calculation is currently taking palce.int
void
setTMProgress
(double prog) Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<Object,
Object> - Throws:
Exception
-
setTMProgress
public void setTMProgress(double prog) -
getCalcString
Get a string which describes which calculation is currently taking palce. -
getTMProgress
public int getTMProgress() -
done
public void done()- Overrides:
done
in classSwingWorker<Object,
Object>
-
getTMInfo
-