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.void onEvent(T event)
event - a T eventCopyright © 2015 Kurento. All rights reserved.