LLTreeListener< T > Class Template Reference

#include <lltreenode.h>

Inheritance diagram for LLTreeListener< T >:

Inheritance graph
[legend]
Collaboration diagram for LLTreeListener< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void handleInsertion (const LLTreeNode< T > *node, T *data)=0
virtual void handleRemoval (const LLTreeNode< T > *node, T *data)=0
virtual void handleDestruction (const LLTreeNode< T > *node)=0
virtual void handleStateChange (const LLTreeNode< T > *node)=0

Detailed Description

template<class T>
class LLTreeListener< T >

Definition at line 60 of file lltreenode.h.


Member Function Documentation

template<class T>
virtual void LLTreeListener< T >::handleDestruction ( const LLTreeNode< T > *  node  )  [pure virtual]

Implemented in LLSpatialGroup.

template<class T>
virtual void LLTreeListener< T >::handleInsertion ( const LLTreeNode< T > *  node,
T *  data 
) [pure virtual]

Implemented in LLSpatialGroup.

template<class T>
virtual void LLTreeListener< T >::handleRemoval ( const LLTreeNode< T > *  node,
T *  data 
) [pure virtual]

Implemented in LLSpatialGroup.

template<class T>
virtual void LLTreeListener< T >::handleStateChange ( const LLTreeNode< T > *  node  )  [pure virtual]

Implemented in LLSpatialGroup.


The documentation for this class was generated from the following file:
Generated on Thu Jul 1 06:11:54 2010 for Second Life Viewer by  doxygen 1.4.7