Uses of Class
org.osgi.framework.ServiceEvent

Packages that use ServiceEvent
org.eclipse.osgi.framework.internal.core   
org.osgi.framework   
 

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

Methods in org.eclipse.osgi.framework.internal.core with parameters of type ServiceEvent
protected  boolean BundleContextImpl.hasListenServicePermission(ServiceEvent event)
          Check for permission to listen to a service.
 void Framework.publishServiceEventPrivileged(ServiceEvent event)
           
 void FilteredServiceListener.serviceChanged(ServiceEvent event)
          Receive notification that a service has had a change occur in it's lifecycle.
 

Uses of ServiceEvent in org.osgi.framework
 

Methods in org.osgi.framework with parameters of type ServiceEvent
 void ServiceListener.serviceChanged(ServiceEvent event)
          Receives notification that a service has had a lifecycle change.