#include <Observer.hpp>
Inheritance diagram for corelinux::Observer::

Public Methods | |
| Observer (void) | |
| Default constructor. | |
| Observer (ObserverCref) | |
| Copy constructor. More... | |
| virtual | ~Observer (void) |
| Virtual destructor. | |
| ObserverRef | operator= (ObserverCref) |
| Assignment operator. | |
| bool | operator== (ObserverCref) const |
| Equality operator. | |
| bool | operator!= (ObserverCref) const |
| In-Equality operator. | |
| virtual void | event (Event< Identifier > *) throw ( NullPointerException ) |
| Called by Subject::notifyObservers if this observer instance is registered for the event type. More... | |
|
|
Copy constructor.
|
|
|
Called by Subject::notifyObservers if this observer instance is registered for the event type.
|