#include <Edit.hpp>
Inheritance diagram for Edit


Public Methods | |
| 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. More... | |
Protected Methods | |
| 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.
Reimplemented from corelinux::Observer. |