#include <llevent.h>


Public Member Functions | |
| void | clearDispatchers () |
| virtual bool | handleAttach (LLEventDispatcher *dispatcher) |
| virtual bool | handleDetach (LLEventDispatcher *dispatcher) |
Protected Member Functions | |
| ~LLSimpleListener () | |
Protected Attributes | |
| std::vector< LLEventDispatcher * > | mDispatchers |
Definition at line 91 of file llevent.h.
| LLSimpleListener::~LLSimpleListener | ( | ) | [protected] |
Definition at line 256 of file llevent.cpp.
References clearDispatchers().

| void LLSimpleListener::clearDispatchers | ( | ) |
Definition at line 261 of file llevent.cpp.
References mDispatchers, and LLEventDispatcher::removeListener().
Referenced by ~LLSimpleListener().


| bool LLSimpleListener::handleAttach | ( | LLEventDispatcher * | dispatcher | ) | [virtual] |
| bool LLSimpleListener::handleDetach | ( | LLEventDispatcher * | dispatcher | ) | [virtual] |
std::vector<LLEventDispatcher *> LLSimpleListener::mDispatchers [protected] |
Definition at line 100 of file llevent.h.
Referenced by clearDispatchers(), handleAttach(), and handleDetach().
1.5.5