org.eclipse.gemini.blueprint.extender.internal.support
Class DefaultOsgiBundleApplicationContextListener
java.lang.Object
org.eclipse.gemini.blueprint.extender.internal.support.DefaultOsgiBundleApplicationContextListener
- All Implemented Interfaces:
- EventListener, OsgiBundleApplicationContextListener<OsgiBundleApplicationContextEvent>
public class DefaultOsgiBundleApplicationContextListener
- extends Object
- implements OsgiBundleApplicationContextListener<OsgiBundleApplicationContextEvent>
Default application context event logger. Logs (using the ContextLoaderListener
logger, the events received.
- Author:
- Costin Leau, Andy Piper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOsgiBundleApplicationContextListener
public DefaultOsgiBundleApplicationContextListener(org.apache.commons.logging.Log log)
onOsgiApplicationEvent
public void onOsgiApplicationEvent(OsgiBundleApplicationContextEvent event)
- Description copied from interface:
OsgiBundleApplicationContextListener
- Handles an OSGi application event.
- Specified by:
onOsgiApplicationEvent
in interface OsgiBundleApplicationContextListener<OsgiBundleApplicationContextEvent>
- Parameters:
event
- OSGi application event
Copyright © 2006-2012. All Rights Reserved.