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 OsgiBundleApplicationContextEventMulticasterAdapter.addApplicationListener(OsgiBundleApplicationContextListener osgiListener)
          Add an OSGi listener to be notified of all events. The given listener is wrapped with an adapter class that delegates the equals/hashcode methods to the wrapped listener instance.
 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. The given listener is wrapped with an adapter class that delegates the equals/hashcode methods to the wrapped listener instance.
 void OsgiBundleApplicationContextEventMulticaster.removeApplicationListener(OsgiBundleApplicationContextListener osgiListener)
          Remove an OSGi listener from the notification list.
 



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