#include <Notifier.h>
Public Member Functions | |
Notifier () | |
virtual void | reportNewState (const std::string &stateName)=0 |
virtual | ~Notifier () |
Interface class for handling RCMS notifier
Definition at line 23 of file Notifier.h.
|
inline |
|
inlinevirtual |
|
pure virtual |
Report new state to RCMS
Implemented in stor::WrapperNotifier.
Referenced by stor::StateMachine::unconsumed_event().