Uses of Interface
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener

Packages that use OsgiBundleApplicationContextListener
org.eclipse.gemini.blueprint.context.event Event package for OSGi application contexts. 
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator   
org.eclipse.gemini.blueprint.extender.internal.support Support package for Gemini Blueprint extender. 
 

Uses of OsgiBundleApplicationContextListener in org.eclipse.gemini.blueprint.context.event
 

Methods in org.eclipse.gemini.blueprint.context.event with parameters of type OsgiBundleApplicationContextListener
 void OsgiBundleApplicationContextEventMulticasterAdapter.addApplicationListener(OsgiBundleApplicationContextListener osgiListener)
          Add an OSGi listener to be notified of all events.
 void OsgiBundleApplicationContextEventMulticaster.addApplicationListener(OsgiBundleApplicationContextListener osgiListener)
          Add an OSGi listener to be notified of all events.
 void OsgiBundleApplicationContextEventMulticasterAdapter.removeApplicationListener(OsgiBundleApplicationContextListener osgiListener)
          Remove an OSGi listener from the notification list.
 void OsgiBundleApplicationContextEventMulticaster.removeApplicationListener(OsgiBundleApplicationContextListener osgiListener)
          Remove an OSGi listener from the notification list.
 

Uses of OsgiBundleApplicationContextListener in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator
 

Classes in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator that implement OsgiBundleApplicationContextListener
 class BlueprintContainerProcessor
          Blueprint specific context processor.
 

Uses of OsgiBundleApplicationContextListener in org.eclipse.gemini.blueprint.extender.internal.support
 

Classes in org.eclipse.gemini.blueprint.extender.internal.support that implement OsgiBundleApplicationContextListener
 class DefaultOsgiBundleApplicationContextListener
          Default application context event logger.
 

Methods in org.eclipse.gemini.blueprint.extender.internal.support that return OsgiBundleApplicationContextListener
 OsgiBundleApplicationContextListener ExtenderConfiguration.getContextEventListener()
          Returns the contextEventListener.
 



Copyright © 2006-2012. All Rights Reserved.