The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enviroment::clNewIndividualListener Class Reference

#include <cEnviroment.h>

List of all members.

Public Member Functions

virtual void individualAdded (const cIndividual *pIndividual)=0
virtual void individualRemoved (const cIndividual *pIndividual)=0

Detailed Description

Listener interface for listening for new or deleted individuals.

See also:
cEnviroment::registerIndividualListener()
cEnviroment::unregisterIndividualListener()

Definition at line 99 of file cEnviroment.h.


Member Function Documentation

virtual void enviroment::clNewIndividualListener::individualAdded ( const cIndividual pIndividual)
pure virtual

This method is called if an new individual was added to the enviroment.

Parameters:
pIndividuala pointer to the added individual
virtual void enviroment::clNewIndividualListener::individualRemoved ( const cIndividual pIndividual)
pure virtual

This method is called if an individual was delteted from the enviroment.

Parameters:
pIndividuala pointer to the delteted individual

The documentation for this class was generated from the following file: