Uses of Interface
org.osgi.framework.ServiceListener

Packages that use ServiceListener
org.apache.felix.framework   
org.apache.felix.framework.util   
org.eclipse.osgi.framework.internal.core   
org.eclipse.osgi.internal.serviceregistry   
org.osgi.framework Framework Package Version 1.5. 
 

Uses of ServiceListener in org.apache.felix.framework
 

Classes in org.apache.felix.framework that implement ServiceListener
 class Logger
           This class mimics the standard OSGi LogService interface.
 

Uses of ServiceListener in org.apache.felix.framework.util
 

Constructors in org.apache.felix.framework.util with parameters of type ServiceListener
ListenerHookInfoImpl(BundleContext context, ServiceListener listener, java.lang.String filter, boolean removed)
           
 

Uses of ServiceListener in org.eclipse.osgi.framework.internal.core
 

Methods in org.eclipse.osgi.framework.internal.core with parameters of type ServiceListener
 void BundleContextImpl.addServiceListener(ServiceListener listener)
          Add a service listener.
 void BundleContextImpl.addServiceListener(ServiceListener listener, java.lang.String filter)
          Add a service listener with a filter.
 void BundleContextImpl.removeServiceListener(ServiceListener listener)
          Remove a service listener.
 

Uses of ServiceListener in org.eclipse.osgi.internal.serviceregistry
 

Methods in org.eclipse.osgi.internal.serviceregistry with parameters of type ServiceListener
 void ServiceRegistry.addServiceListener(BundleContextImpl context, ServiceListener listener, java.lang.String filter)
          Add a new Service Listener for a bundle.
 void ServiceRegistry.removeServiceListener(BundleContextImpl context, ServiceListener listener)
          Remove a Service Listener for a bundle.
 

Uses of ServiceListener in org.osgi.framework
 

Subinterfaces of ServiceListener in org.osgi.framework
 interface AllServiceListener
          A ServiceEvent listener that does not filter based upon package wiring.
 

Methods in org.osgi.framework with parameters of type ServiceListener
 void BundleContext.addServiceListener(ServiceListener listener)
          Adds the specified ServiceListener object to the context bundle's list of listeners.
 void BundleContext.addServiceListener(ServiceListener listener, java.lang.String filter)
          Adds the specified ServiceListener object with the specified filter to the context bundle's list of listeners.
 void BundleContext.removeServiceListener(ServiceListener listener)
          Removes the specified ServiceListener object from the context bundle's list of listeners.
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.