@ConsumerType public interface SynchronousConfigurationListener extends ConfigurationListener
ConfigurationEvent
is fired, it is synchronously delivered to all
SynchronousConfigurationListener
s.
SynchronousConfigurationListener
objects are registered with the
Framework service registry and are synchronously notified with a
ConfigurationEvent
object when an event is fired.
SynchronousConfigurationListener
objects can inspect the received
ConfigurationEvent
object to determine its type, the PID of the
Configuration
object with which it is associated, and the
Configuration Admin service that fired the event.
Security Considerations. Bundles wishing to synchronously monitor
configuration events will require
ServicePermission[SynchronousConfigurationListener,REGISTER]
to
register a SynchronousConfigurationListener
service.
configurationEvent
Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0