+ "' is not supported");
}
if (this.eventDispatcher == null) // ??
this.eventDispatcher = dispatcher;
EventHelper helper = new EventHelper(eventType, type, id1, id2, value,
this.eventDispatcher);
synchronized (this.wantedEventsMap) {
this.wantedEventsMap.put(helper.getKey(), helper);
}
}