|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface TimeStepListener
Interface for all classes that want to be informed about time steps of a simulator
| Method Summary | |
|---|---|
void |
afterTimeStep(float totalTime,
float timeStepSize)
Called after a time step |
void |
beforeTimeStep(float totalTime,
float timeStepSize)
Called after a time step |
| Method Detail |
|---|
void beforeTimeStep(float totalTime,
float timeStepSize)
totalTime - The current simulation timetimeStepSize - The size of the time step
void afterTimeStep(float totalTime,
float timeStepSize)
totalTime - The current simulation timetimeStepSize - The size of the time step
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||