#include <llevent.h>
Inheritance diagram for LLSimpleListener:
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] |
void LLSimpleListener::clearDispatchers | ( | ) |
Definition at line 261 of file llevent.cpp.
References mDispatchers, and LLEventDispatcher::removeListener().
Referenced by LLView::setControlName(), and ~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().