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.StateValueNested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State - 
Method Summary
Modifier and TypeMethodDescriptionprotected Objectvoiddone()Get a string which describes which calculation is currently taking palce.intvoidsetTMProgress(double prog) Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state 
- 
Method Details
- 
doInBackground
- Specified by:
 doInBackgroundin 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:
 donein classSwingWorker<Object,Object> 
 - 
getTMInfo
 
 -