ch.unizh.ini.friend.simulation
Class SimpleOutputMonitor.Deliverable
java.lang.Object
ch.unizh.ini.friend.simulation.SimpleOutputMonitor.Deliverable
- All Implemented Interfaces:
- Cloneable, Runnable
- Enclosing class:
- SimpleOutputMonitor
public abstract static class SimpleOutputMonitor.Deliverable
- extends Object
- implements Runnable, Cloneable
An abstract class whose heirs' instances can be passed to invokeLater()
by an instance of SimpleOutputMonitor
. This class will (usually) be inherited
from by specific classes of the gui.
Field Summary |
protected float |
value
The value carried by this deliverable. |
Method Summary |
Object |
clone()
Clone this. |
void |
setValue(float value)
Sets the value carried by this deliverable. |
Methods inherited from interface java.lang.Runnable |
run |
value
protected float value
- The value carried by this deliverable.
SimpleOutputMonitor.Deliverable
public SimpleOutputMonitor.Deliverable()
setValue
public void setValue(float value)
- Sets the value carried by this deliverable.
clone
public Object clone()
- Clone this.
- Overrides:
clone
in class Object