#include <Edit.hpp>
Inheritance diagram for Edit:

Public Member Functions | |
| Edit (void) | |
| Default constructor. | |
| virtual | ~Edit (void) |
| Virtual destructor. | |
| bool | operator== (EditCref) const |
| Equality operator. | |
| virtual void | event (corelinux::Event< corelinux::Identifier > *) throw ( corelinux::NullPointerException ) |
| Called by a subject when an event that this observer is interested in gets generated. | |
Protected Member Functions | |
| Edit (EditCref) throw ( corelinux::Assertion ) | |
| Copy constructor. | |
| EditRef | operator= (EditCref) throw ( corelinux::Assertion ) |
| Assignment operator. | |
|
|
Called by a subject when an event that this observer is interested in gets generated.
|