T - A class that extends from Eventpublic interface EventListener<T extends Event>
MediaEvent listeners. Implementors of this interface will
be on charge of processing the events raised by media elements.| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(T event)
Called from the framework when an event is raised at the media server.
|
void onEvent(T event)
event - a T eventCopyright © 2022 Kurento. All rights reserved.