|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jimmc.spelsim.ISimAdapter
public abstract class ISimAdapter
A convenience adapter for ISimListener.
Constructor Summary | |
---|---|
ISimAdapter()
|
Method Summary | |
---|---|
abstract void |
simStepped(SpelCanvas canvas,
boolean didDraw)
Called after the simulator has taken a step. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISimAdapter()
Method Detail |
---|
public abstract void simStepped(SpelCanvas canvas, boolean didDraw)
simStepped
in interface ISimListener
canvas
- The drawing canvas.didDraw
- True if we refreshed the screen, false if
we only did a simulation step without a redraw.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |