Uses of Interface
org.springframework.osgi.context.event.OsgiBundleApplicationContextListener

Packages that use OsgiBundleApplicationContextListener
org.springframework.osgi.context.event Event package for OSGi application contexts. 
 

Uses of OsgiBundleApplicationContextListener in org.springframework.osgi.context.event
 

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



Copyright © 2006-2011 Spring Framework. All Rights Reserved.