Uses of Class
org.osgi.framework.ServiceEvent
Packages that use ServiceEvent
Package
Description
Framework Package Version 1.10.
Framework Service Hooks Package Version 1.1.
Tracker Package Version 1.5.
-
Uses of ServiceEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type ServiceEventModifier and TypeMethodDescriptionvoid
ServiceListener.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 TypeMethodDescriptionvoid
EventHook.event
(ServiceEvent event, Collection<BundleContext> contexts) Deprecated.Event hook method.void
EventListenerHook.event
(ServiceEvent event, Map<BundleContext, Collection<ListenerHook.ListenerInfo>> listeners) Event listener hook method. -
Uses of ServiceEvent in org.osgi.util.tracker
Methods in org.osgi.util.tracker with parameters of type ServiceEventModifier and TypeMethodDescription(package private) final T
ServiceTracker.Tracked.customizerAdding
(ServiceReference<S> item, ServiceEvent related) Call the specific customizer adding method.(package private) final void
ServiceTracker.Tracked.customizerModified
(ServiceReference<S> item, ServiceEvent related, T object) Call the specific customizer modified method.(package private) final void
ServiceTracker.Tracked.customizerRemoved
(ServiceReference<S> item, ServiceEvent related, T object) Call the specific customizer removed method.final void
ServiceTracker.Tracked.serviceChanged
(ServiceEvent event) ServiceListener
method for theServiceTracker
class.