cz.cuni.jagrlib.gui
Class MainWindow.RunningWorker
java.lang.Object
cz.cuni.jagrlib.gui.MainWindow.RunningWorker
- Enclosing class:
- MainWindow
protected static class MainWindow.RunningWorker
- extends Object
Class holding information about one running worker thread.
Will be inserted into a Thread -> RunningWorker
map.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
br
public Breakable br
- Associated breakable object (usually a
MainWindow.RunningWorker
module).
composition
public InfoGroup composition
- Composition in which this
MainWindow.RunningWorker
runs..
counter
public int counter
- Number of mild-tries so far.
MainWindow.RunningWorker
public MainWindow.RunningWorker(Breakable b,
InfoGroup comp)