public interface GGNavigationListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
boolean |
paused()
Event callback method called when the pause button is hit.
|
boolean |
periodChanged(int simulationPeriod)
Event callback method called when the simulation period slider is moved.
|
boolean |
resetted()
Event callback method called when the reset button is hit.
|
boolean |
started()
Event callback method called when the run button is hit.
|
boolean |
stepped()
Event callback method called when the step button is hit.
|
boolean started()
boolean paused()
boolean stepped()
boolean resetted()
boolean periodChanged(int simulationPeriod)
simulationPeriod
- the new value of the simulation period