public abstract class MultiPassKernelSwingWorker extends SwingWorker<Void,Void>
Kernel
s.SwingWorker.StateValue
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_POLL_INTERVAL |
Modifier and Type | Method and Description |
---|---|
void |
cancelExecution()
Utility method which just invokes
Kernel.cancelMultiPass() on the executing kernel. |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, removePropertyChangeListener, run
public static final int DEFAULT_POLL_INTERVAL
public void cancelExecution()
Kernel.cancelMultiPass()
on the executing kernel.Copyright © 2016 Syncleus. All rights reserved.