CSCI3081W Drone Delivery System
Public Member Functions | List of all members
IObserver Class Referenceabstract

Interface for Observer. More...

#include <IObserver.h>

Inheritance diagram for IObserver:
Inheritance graph
[legend]

Public Member Functions

virtual void notify (const std::string &message) const =0
 Notifies observer with specific message. More...
 

Detailed Description

Interface for Observer.

Member Function Documentation

◆ notify()

virtual void IObserver::notify ( const std::string &  message) const
pure virtual

Notifies observer with specific message.

Parameters
messageThe specific message

Implemented in SimulationModel, and MultiDeliveryDecorator.


The documentation for this class was generated from the following file: