Package org.osgi.service.cm
Interface SynchronousConfigurationListener
-
- All Superinterfaces:
ConfigurationListener
@ConsumerType public interface SynchronousConfigurationListener extends ConfigurationListener
Synchronous Listener for Configuration Events. When aConfigurationEventis fired, it is synchronously delivered to allSynchronousConfigurationListeners.SynchronousConfigurationListenerobjects are registered with the Framework service registry and are synchronously notified with aConfigurationEventobject when an event is fired.SynchronousConfigurationListenerobjects can inspect the receivedConfigurationEventobject to determine its type, the PID of theConfigurationobject 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 aSynchronousConfigurationListenerservice.- Since:
- 1.5
-
-
Method Summary
-
Methods inherited from interface org.osgi.service.cm.ConfigurationListener
configurationEvent
-
-