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 TypeMethodDescriptionvoid
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, removePropertyChangeListener, run
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Method Details
-
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() -
getTMInfo
-