net.jimmc.spelsim
Interface ISimListener
- All Known Implementing Classes:
- ISimAdapter
public interface ISimListener
Take action after a simulation step.
Method Summary |
void |
simStepped(SpelCanvas canvas,
boolean didDraw)
Called after the simulator has taken a step. |
simStepped
void simStepped(SpelCanvas canvas,
boolean didDraw)
- Called after the simulator has taken a step.
- Parameters:
canvas
- The drawing canvas.didDraw
- True if we refreshed the screen, false if
we only did a simulation step without a redraw.