| 
    Planeshift
    
   | 
 
Interface to implement to handle SoundControl's events. More...
#include <soundctrl.h>
Public Member Functions | |
| virtual void | OnSoundChange (SoundControl *sndCtrl)=0 | 
| This function is called everytime the volume or the toggle change.  More... | |
Interface to implement to handle SoundControl's events.
Definition at line 49 of file soundctrl.h.
      
  | 
  pure virtual | 
This function is called everytime the volume or the toggle change.
| sndCtrl | the SoundControl that has been changed. | 
Implemented in SoundSectorManager, and SoundHandle.