public abstract class TimelineSwingWorker<T,V> extends javax.swing.SwingWorker<T,V> implements TimelineScenario.TimelineScenarioActor
Constructor and Description |
---|
TimelineSwingWorker() |
Modifier and Type | Method and Description |
---|---|
void |
play() |
void |
resetDoneFlag() |
boolean |
supportsReplay() |
addPropertyChangeListener, cancel, doInBackground, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDone
public void play()
play
in interface TimelineScenario.TimelineScenarioActor
public boolean supportsReplay()
supportsReplay
in interface TimelineScenario.TimelineScenarioActor
public void resetDoneFlag()
resetDoneFlag
in interface TimelineScenario.TimelineScenarioActor