#include <audiere.h>
Inheritance diagram for audiere::Callback:


Public Member Functions | |
| virtual EventType | getType ()=0 |
| virtual void | call (Event *event)=0 |
Protected Member Functions | |
| ~Callback () | |
Definition at line 640 of file audiere.h.
|
|
|
|
|
Actually executes the callback with event-specific data. This is only called if event->getType() == this->getType(). Implemented in audiere::StopCallback. |
|
|
Returns the event type that this callback knows how to handle. Implemented in audiere::StopCallback. |
1.4.6