API:IIntegratorListener
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IIntegratorListener
Purpose
Proposed Interface
interface IIntegratorListener {
/**
* Invoked when integration begins.
*/
void integratorInitialized(IEvent e);
/**
* Invoked at the beginning of each integrator step.
*/
void integratorStepStarted(IEvent e);
/**
* Invoked at the end of each integrator step.
*/
void integratorStepFinished(IEvent e);
}
