Uses of Class
org.osgi.framework.ServiceEvent
Packages that use ServiceEvent
Package
Description
Framework Package Version 1.8.
Framework Service Hooks Package Version 1.1.
Tracker Package Version 1.5.
-
Uses of ServiceEvent in org.apache.felix.framework
Methods in org.apache.felix.framework with parameters of type ServiceEventModifier and TypeMethodDescriptionprivate voidFelix.fireServiceEvent(ServiceEvent event, Dictionary oldProps) Fires service events.final voidLogger.serviceChanged(ServiceEvent event) This method implements the callback for the ServiceListener interface.voidServiceRegistry.ServiceRegistryCallbacks.serviceChanged(ServiceEvent event, Dictionary oldProps) -
Uses of ServiceEvent in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type ServiceEventModifier and TypeMethodDescriptionprivate Map<BundleContext, List<ListenerInfo>> EventDispatcher.filterListenersUsingHooks(ServiceEvent event, Framework felix, Map<BundleContext, List<ListenerInfo>> listeners) voidEventDispatcher.fireServiceEvent(ServiceEvent event, Dictionary oldProps, Framework felix) voidSecureAction.invokeServiceEventHook(EventHook eh, ServiceEvent event, Collection<BundleContext> contexts) voidSecureAction.invokeServiceEventListenerHook(EventListenerHook elh, ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) -
Uses of ServiceEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type ServiceEventModifier and TypeMethodDescriptionvoidServiceListener.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 ServiceEventModifier and TypeMethodDescriptionvoidEventHook.event(ServiceEvent event, Collection<BundleContext> contexts) Deprecated.Event hook method.voidEventListenerHook.event(ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) Event listener hook method. -
Uses of ServiceEvent in org.osgi.util.tracker
Subclasses with type arguments of type ServiceEvent in org.osgi.util.trackerModifier and TypeClassDescriptionprivate classInner class which subclasses AbstractTracked.Methods in org.osgi.util.tracker with parameters of type ServiceEventModifier and TypeMethodDescription(package private) final TServiceTracker.Tracked.customizerAdding(ServiceReference<S> item, ServiceEvent related) Call the specific customizer adding method.(package private) final voidServiceTracker.Tracked.customizerModified(ServiceReference<S> item, ServiceEvent related, T object) Call the specific customizer modified method.(package private) final voidServiceTracker.Tracked.customizerRemoved(ServiceReference<S> item, ServiceEvent related, T object) Call the specific customizer removed method.final voidServiceTracker.Tracked.serviceChanged(ServiceEvent event) ServiceListenermethod for theServiceTrackerclass.