protected class SolverAndPersistenceFrame.SolveWorker extends SwingWorker<Solution_,Void>
SwingWorker.StateValue
Constructor and Description |
---|
SolveWorker(Solution_ problem) |
Modifier and Type | Method and Description |
---|---|
protected Solution_ |
doInBackground() |
protected void |
done() |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
protected final Solution_ problem
public SolveWorker(Solution_ problem)
protected Solution_ doInBackground() throws Exception
doInBackground
in class SwingWorker<Solution_,Void>
Exception
protected void done()
done
in class SwingWorker<Solution_,Void>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.