com.yobotics.simulationconstructionset
Interface PlaybackListener

All Superinterfaces:
IndexChangedListener
All Known Implementing Classes:
DynamicGraphicObjectsListRegistry, SimulationOverheadPlotter

public interface PlaybackListener
extends IndexChangedListener


Method Summary
 void play(double realTimeRate)
           
 void stop()
           
 
Methods inherited from interface com.yobotics.simulationconstructionset.IndexChangedListener
indexChanged
 

Method Detail

play

void play(double realTimeRate)

stop

void stop()