// Ignore, if the EventAdmin package is not available, just don't use it
LOGGER.debug("EventAdmin package is not available, just don't use it");
}
this.eventAdminListener = listener;
this.containerListenerTracker = new ServiceTracker(bundleContext, BlueprintListener.class.getName(), new ServiceTrackerCustomizer() {
public Object addingService(ServiceReference reference) {
BlueprintListener listener = (BlueprintListener) bundleContext.getService(reference);
synchronized (listeners) {
sendInitialEvents(listener);