sim.engine
Interface Stoppable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AsynchronousSteppable, TentativeStep

public interface Stoppable
extends java.io.Serializable

Stoppable objects can be prevented from being stepped any further by calling their stop() method.


Method Summary
 void stop()
           
 

Method Detail

stop

void stop()