Uses of Interface
org.springframework.osgi.service.importer.OsgiServiceLifecycleListener

Packages that use OsgiServiceLifecycleListener
org.springframework.osgi.service.importer.support Support package for OSGi service imports. 
 

Uses of OsgiServiceLifecycleListener in org.springframework.osgi.service.importer.support
 

Methods in org.springframework.osgi.service.importer.support that return OsgiServiceLifecycleListener
 OsgiServiceLifecycleListener[] AbstractOsgiServiceImportFactoryBean.getListeners()
          Returns the listeners interested in receiving events for this importer.
 

Methods in org.springframework.osgi.service.importer.support with parameters of type OsgiServiceLifecycleListener
 void AbstractOsgiServiceImportFactoryBean.setListeners(OsgiServiceLifecycleListener[] listeners)
          Sets the lifecycle listeners interested in receiving events for this importer.
 



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