T
- A class that extends from Event
public 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 © 2020 Kurento. All rights reserved.