#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.
stor::Notifier::Notifier | ( | ) | [inline] |
virtual stor::Notifier::~Notifier | ( | ) | [inline, virtual] |
virtual void stor::Notifier::reportNewState | ( | const std::string & | stateName | ) | [pure virtual] |
Report new state to RCMS
Implemented in stor::WrapperNotifier.
Referenced by stor::StateMachine::unconsumed_event().