Uses of Class
org.osgi.framework.ServiceEvent
-
Packages that use ServiceEvent Package Description org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework Framework Package Version 1.10.org.osgi.framework.hooks.service Framework Service Hooks Package Version 1.1. -
-
Uses of ServiceEvent in org.apache.felix.framework
Methods in org.apache.felix.framework with parameters of type ServiceEvent Modifier and Type Method Description voidEventDispatcher. fireServiceEvent(ServiceEvent event, java.util.Dictionary oldProps, Felix felix)voidServiceRegistry.ServiceRegistryCallbacks. serviceChanged(ServiceEvent event, java.util.Dictionary<?,?> oldProps) -
Uses of ServiceEvent in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type ServiceEvent Modifier and Type Method Description voidSecureAction. invokeServiceEventHook(EventHook eh, ServiceEvent event, java.util.Collection<BundleContext> contexts)voidSecureAction. invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners) -
Uses of ServiceEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type ServiceEvent Modifier and Type Method Description voidServiceListener. serviceChanged(ServiceEvent event)Receives notification that a service has had a lifecycle change. -
Uses of ServiceEvent in org.osgi.framework.hooks.service
Methods in org.osgi.framework.hooks.service with parameters of type ServiceEvent Modifier and Type Method Description voidEventHook. event(ServiceEvent event, java.util.Collection<BundleContext> contexts)Deprecated.Event hook method.voidEventListenerHook. event(ServiceEvent event, java.util.Map<BundleContext,java.util.Collection<ListenerHook.ListenerInfo>> listeners)Event listener hook method.
-