Class SimulatorFinishEvent

java.lang.Object
java.util.EventObject
mars.simulator.SimulatorFinishEvent
All Implemented Interfaces:
Serializable

public class SimulatorFinishEvent extends EventObject
Event for when the simulator stops execution of a program due to termination or finishing. Note that the return value of EventObject.getSource() will always be a Simulator.
See Also: