BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
Mediator.h
Go to the documentation of this file.
1#ifndef BPMNOS_Execution_Mediator_H
2#define BPMNOS_Execution_Mediator_H
3
7
8namespace BPMNOS::Execution {
9
10/**
11 * @brief Represents an abstract base class for a class that is an event listener and notifier
12 */
15
16} // namespace BPMNOS::Execution
17
18#endif // BPMNOS_Execution_Mediator_H
Represents an abstract base class for a class that is an event listener and notifier.
Definition Mediator.h:13