BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
Observer.h
Go to the documentation of this file.
1
#ifndef BPMNOS_Execution_Observer_H
2
#define BPMNOS_Execution_Observer_H
3
4
#include "
Observable.h
"
5
6
namespace
BPMNOS::Execution
{
7
8
9
class
Observer
{
10
public
:
11
virtual
void
notice
(
const
Observable
* observable) = 0;
12
};
13
14
}
// namespace BPMNOS::Execution
15
#endif
// BPMNOS_Execution_Observer_H
Observable.h
BPMNOS::Execution::Observer
Definition
Observer.h:9
BPMNOS::Execution::Observer::notice
virtual void notice(const Observable *observable)=0
BPMNOS::Execution
Definition
Controller.h:9
BPMNOS::Execution::Observable
Definition
Observable.h:6