linuxsampler 2.3.1
|
#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 36 of file EventListeners.h.
Registers the specified listener for receiving event messages.
Definition at line 41 of file EventListeners.h.
Gets the listener at the specified position.
index | The position of the listener to return. |
Definition at line 77 of file EventListeners.h.
|
inline |
Gets the number of the registered listeners.
Definition at line 69 of file EventListeners.h.
|
inline |
Removes all listeners.
Definition at line 62 of file EventListeners.h.
Removes the specified listener.
Definition at line 48 of file EventListeners.h.