#include <INotifyObserver.hpp>
Public Member Functions | |
| virtual void MQUALIFIER | notify ()=0 |
The notification observer interface defines an observer for simply notification. The information has to be read from the subject.
| virtual void MQUALIFIER zeus::INotifyObserver::notify | ( | ) | [pure virtual] |
This method is called for notification of an observer.