public class JIPipeRunWorker extends SwingWorker<Throwable,Object>
SwingWorker.StateValue
Constructor and Description |
---|
JIPipeRunWorker(JIPipeRunnable run) |
Modifier and Type | Method and Description |
---|---|
protected Throwable |
doInBackground() |
protected void |
done() |
EventBus |
getEventBus() |
JIPipeRunnable |
getRun() |
long |
getRuntimeMillis() |
void |
onStatus(JIPipeProgressInfo.StatusUpdatedEvent status) |
protected void |
process(List<Object> chunks) |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress
public JIPipeRunWorker(JIPipeRunnable run)
run
- The executed runpublic void onStatus(JIPipeProgressInfo.StatusUpdatedEvent status)
protected Throwable doInBackground()
doInBackground
in class SwingWorker<Throwable,Object>
protected void process(List<Object> chunks)
process
in class SwingWorker<Throwable,Object>
protected void done()
done
in class SwingWorker<Throwable,Object>
public long getRuntimeMillis()
public EventBus getEventBus()
public JIPipeRunnable getRun()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.