#include <simulation_end_listener.hpp>
Inheritance diagram for SimulationEndListener:

Public Member Functions | |
| virtual | ~SimulationEndListener () |
| A destructor. | |
| virtual void | simulationEndHandler ()=0 |
| The function called when the simulation ends. | |
Protected Member Functions | |
| SimulationEndListener () | |
| A constructor. | |
Each object that implements this interface must add itself to be notified by the simulator. N.B.: This should be treated as an interface and neither state nor function definitions should be added to it.
Definition at line 20 of file simulation_end_listener.hpp.
1.4.7