#include <EventListeners.h>
Public Member Functions | |
| void | AddListener (L l) |
| Registers the specified listener for receiving event messages. | |
| void | RemoveListener (L l) |
| Removes the specified listener. | |
| void | RemoveAllListeners () |
| Removes all listeners. | |
| int | GetListenerCount () |
| Gets the number of the registered listeners. | |
| L | GetListener (int index) |
| Gets the listener at the specified position. | |
Definition at line 35 of file EventListeners.h.
| void LinuxSampler::ListenerList< L >::AddListener | ( | L | l | ) | [inline] |
Registers the specified listener for receiving event messages.
Definition at line 40 of file EventListeners.h.
| L LinuxSampler::ListenerList< L >::GetListener | ( | int | index | ) | [inline] |
Gets the listener at the specified position.
| index | The position of the listener to return. |
Definition at line 76 of file EventListeners.h.
| int LinuxSampler::ListenerList< L >::GetListenerCount | ( | ) | [inline] |
| void LinuxSampler::ListenerList< L >::RemoveAllListeners | ( | ) | [inline] |
| void LinuxSampler::ListenerList< L >::RemoveListener | ( | L | l | ) | [inline] |