|
BPMN-OS
BPMN for optimization and simulation
|
Class dispatching a ready event when the required data is available a token at an activity. More...
Definition at line 12 of file ReadyHandler.h.
#include <ReadyHandler.h>
Public Member Functions | |
| ReadyHandler () | |
| std::shared_ptr< Event > | dispatchEvent (const SystemState *systemState) override |
Public Member Functions inherited from BPMNOS::Execution::EventDispatcher | |
| virtual | ~EventDispatcher ()=default |
| virtual void | connect (Mediator *mediator) |
| virtual void | notice (Event *event) |
| ReadyHandler::ReadyHandler | ( | ) |
Definition at line 7 of file ReadyHandler.cpp.
|
overridevirtual |
Implements BPMNOS::Execution::EventDispatcher.
Definition at line 11 of file ReadyHandler.cpp.