Package | Description |
---|---|
city.cs.engine |
Simple wrapper around the JBox2D physics engine.
|
Modifier and Type | Method and Description |
---|---|
void |
World.addStepListener(StepListener listener)
Register a listener to be notified before and after each simulation step.
|
void |
World.removeStepListener(StepListener listener)
Unregister a step listener.
|