CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
virtual | ~EntityObserver ()=default |
virtual const std::string & | name () const =0 |
Gets the observer name. More... | |
virtual void | notify (const model::WeakEntityInfo &entityInfo, ObserverContext &context) const =0 |
Notifies the observer with an entityInfo to process and an observer context. More... | |
A weakly typed entity observer.
|
virtualdefault |
|
pure virtual |
Gets the observer name.
Implemented in catapult::observers::NotificationObserverAdapter, and catapult::observers::ReverseNotificationObserverAdapter.
|
pure virtual |
Notifies the observer with an entityInfo to process and an observer context.
Implemented in catapult::observers::NotificationObserverAdapter, and catapult::observers::ReverseNotificationObserverAdapter.