API:ISimulationEventManager
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
ISimulationEventManager
Purpose
Proposed Interface
interface ISimulationEventManager {
void addListener(ISimulationListener listener);
void removeListener(ISimulationListener listener);
}
