Object[] params = ParamAnnotationUtils.extractEventParams(
constructor.getParameterAnnotations(), data);
params[0] = object;
Event e = (Event) constructor.newInstance(params);
((MediaEventListener) listener).onEvent(e);
} catch (Exception e) {
LOG.error("Exception while processing event '" + eventType