dtCore::EffectListener Class Reference

An interface for objects interested in the addition and removal of effects from the manager. More...

#include <effectmanager.h>

Inherited by dtAudio::SoundEffectBinder::SoundEffectListener.

List of all members.

Public Member Functions

virtual void EffectAdded (EffectManager *effectManager, Effect *effect)=0
 Called when an effect is added to the manager.
virtual void EffectRemoved (EffectManager *effectManager, Effect *effect)=0
 Called when an effect is removed from the manager.


Detailed Description

An interface for objects interested in the addition and removal of effects from the manager.

Member Function Documentation

virtual void dtCore::EffectListener::EffectAdded ( EffectManager effectManager,
Effect effect 
) [pure virtual]

Called when an effect is added to the manager.

Parameters:
effectManager the effect manager that generated the event
effect the effect object

virtual void dtCore::EffectListener::EffectRemoved ( EffectManager effectManager,
Effect effect 
) [pure virtual]

Called when an effect is removed from the manager.

Parameters:
effectManager the effect manager that generated the event
effect the effect object


http://www.delta3d.org
2.0.0 generated 14 Feb 2008