iELCMListener Struct Reference
Implement this interface if you are interested in knowing when the ELCM considers entities to be ready for removal (i.e. More...
#include <tools/elcm.h>
Inheritance diagram for iELCMListener:

Public Member Functions | |
| virtual void | SafeToRemove (iCelEntity *entity)=0 |
| The entity can be removed safely according to the ELCM. | |
Detailed Description
Implement this interface if you are interested in knowing when the ELCM considers entities to be ready for removal (i.e.
an entity that has been inactive for some time can be considered ready for removal). It is up to the user of the ELCM to then decide what to do with the entity.
Definition at line 32 of file elcm.h.
Member Function Documentation
| virtual void iELCMListener::SafeToRemove | ( | iCelEntity * | entity | ) | [pure virtual] |
The entity can be removed safely according to the ELCM.
The documentation for this struct was generated from the following file:
- tools/elcm.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
