Interface edu.cornell.lassp.houle.HysSym.RunStopConsumer
All Packages Class Hierarchy This Package Previous Next Index
Interface edu.cornell.lassp.houle.HysSym.RunStopConsumer
- public interface RunStopConsumer
- extends Object
RunStopConsumer is an interface that receives boolean status
information from
a simulation such as HysLattice. For an example implementation
see HysCanvas. A simulation calls any registered RunStopConsumers
whenver it stops or starts, passing a value of true when the
simulation is about to start, or false when the simulation has
just stopped.
Source code is available.
- Version:
- 0.9a
- Author:
- Paul Houle (E-mail: ph18@cornell.edu)
- See Also:
- HysLattice, HysCanvas
-
receiveRunStop(boolean)
-
Receives boolean status information from simulation.
receiveRunStop
public abstract void receiveRunStop(boolean rs)
- Receives boolean status information from simulation.
- Parameters:
- rs - true if simulation is starting, false if
simulation is stopping.
All Packages Class Hierarchy This Package Previous Next Index