kmail
KMail::ISubject Class Reference
#include <isubject.h>
Inheritance diagram for KMail::ISubject:
Public Member Functions | |
void | attach (Interface::Observer *) |
void | detach (Interface::Observer *) |
void | notify () |
virtual | ~ISubject () |
Detailed Description
Definition at line 44 of file isubject.h.
Constructor & Destructor Documentation
KMail::ISubject::~ISubject | ( | ) | [virtual] |
Definition at line 14 of file isubject.cpp.
Member Function Documentation
void KMail::ISubject::attach | ( | Interface::Observer * | pObserver | ) | [virtual] |
- Reimplemented from superclass. Attach the observer if it is not in the list yet
Implements KMail::Interface::Observable.
Definition at line 19 of file isubject.cpp.
void KMail::ISubject::detach | ( | Interface::Observer * | pObserver | ) | [virtual] |
- Reimplemented from superclass. Detach the observer
Implements KMail::Interface::Observable.
Definition at line 25 of file isubject.cpp.
void KMail::ISubject::notify | ( | ) | [virtual] |
- Reimplemented from superclass. Notify all observers ( call observer->update() )
Implements KMail::Interface::Observable.
Definition at line 31 of file isubject.cpp.
The documentation for this class was generated from the following files: