simulation
Interface SimulatorListener
- All Known Implementing Classes:
- PNJFern, SimulationGUI
public interface SimulatorListener
The listener interface for receiving simulator events.
The class that is interested in processing a simulator
event implements this interface, and the object created
with that class is registered with a component using the
component's addSimulatorListener method. When
the simulator event occurs, that object's appropriate
method is invoked.
- Author:
- Kevin Pucknat
Method Summary |
void |
step(boolean lastStep)
Step. |
step
void step(boolean lastStep)
- Step.
- Parameters:
lastStep
- the last step