sim.engine
Interface Stoppable

All Superinterfaces:
java.io.Serializable

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

public void stop()