#include <Select.hpp>
Inheritance diagram for Select:
Public Member Functions | |
Select (void) | |
Default constructor. | |
virtual | ~Select (void) |
Virtual destructor. | |
bool | operator== (SelectCref) const |
Equality operator. | |
bool | getSelection (void) |
Returns true if selection was made. | |
virtual void | event (corelinux::Event< corelinux::Identifier > *) throw ( corelinux::NullPointerException ) |
Called by subject when there is a change and this observer is in the interested observer list. | |
Protected Member Functions | |
Select (SelectCref) throw ( corelinux::Assertion ) | |
Copy constructor. | |
SelectRef | operator= (SelectCref) throw ( corelinux::Assertion ) |
Assignment operator. |
When this occurs, it fires off an event with a SelectionMemento
|
Called by subject when there is a change and this observer is in the interested observer list.
|