Inheritance diagram for code::MultipleListeners:

The listeners within this MultipleListeners will be invoked in the order that they were added.
Public Member Functions | |
| virtual | ~MultipleListeners () |
| void | push_back (SmartPtr< ActionListener > listener) |
| virtual void | actionPerformed (const ActionEvent *e) |
| This method is invoked when an action is published by one of the ActionSources that this listener subscribes to. | |
| virtual code::MultipleListeners::~MultipleListeners | ( | ) | [inline, virtual] |
| virtual void code::MultipleListeners::actionPerformed | ( | const ActionEvent * | e | ) | [inline, virtual] |
This method is invoked when an action is published by one of the ActionSources that this listener subscribes to.
Implements code::ActionListener.
| void code::MultipleListeners::push_back | ( | SmartPtr< ActionListener > | listener | ) | [inline] |
1.4.7