CSCI3081W Drone Delivery System
|
Interface for Observer. More...
#include <IObserver.h>
Public Member Functions | |
virtual void | notify (const std::string &message) const =0 |
Notifies observer with specific message. More... | |
Interface for Observer.
|
pure virtual |
Notifies observer with specific message.
message | The specific message |
Implemented in SimulationModel, and MultiDeliveryDecorator.