kmail
KMail::ISubject Class Reference
Inheritance diagram for KMail::ISubject:

Detailed Description
Definition at line 44 of file isubject.h.
Public Member Functions | |
virtual | ~ISubject () |
void | attach (Interface::Observer *) |
void | detach (Interface::Observer *) |
void | notify () |
Member Function Documentation
void KMail::ISubject::attach | ( | Interface::Observer * | ) | [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 * | ) | [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: