sim.engine
Interface Asynchronous

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

public interface Asynchronous
extends Steppable, Stoppable

Asynchronous objects can be started, stopped, paused, and resumed.


Method Summary
 void pause()
           
 void resume()
           
 
Methods inherited from interface sim.engine.Steppable
step
 
Methods inherited from interface sim.engine.Stoppable
stop
 

Method Detail

pause

public void pause()

resume

public void resume()