#include <reactionhandler.hpp>
Inheritance diagram for ReactionHandler:

Public Member Functions | |
| ReactionHandler () | |
| Default constructor. | |
| virtual | ~ReactionHandler () |
| Destructor. | |
| virtual void | handle () |
| Has to be implemented in the derived classes, e.g. | |
This is a base class for all reaction handlers and does nothing at all.
Definition at line 25 of file reactionhandler.hpp.
|
|
Default constructor. Definition at line 23 of file reactionhandler.cpp. |
|
|
Destructor. Definition at line 30 of file reactionhandler.cpp. |
|
|
Has to be implemented in the derived classes, e.g. Reimplemented in SimpleReactionHandler. Definition at line 37 of file reactionhandler.cpp. Referenced by Scheduler::schedule(). |
1.3.8