public interface StepListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
postStep(StepEvent e)
Called immediately after each simulation step.
|
void |
preStep(StepEvent e)
Called immediately before each simulation step.
|