#include <adevs_event_listener.h>
Public Member Functions | |
virtual void | outputEvent (Event< X > x, double t) |
Output event callback. The default implementation is empty. | |
virtual void | stateChange (Atomic< X > *model, double t) |
|
This call back is made by the simulator after an Atomic model changes its state. The state parameter is NULL when the Simulator makes this callback, and it contains the model's saved state at time t when the OptSimulator makes this call back. This method has an empty default implementation. |