|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener for Configuration Events.
ConfigurationListener
objects are registered with the Framework
service registry and are notified with a ConfigurationEvent
object
when an event is broadcast.
ConfigurationListener
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 broadcasted the event.
Security Considerations. Bundles wishing to monitor configuration events will
require ServicePermission[ConfigurationListener,REGISTER]
to
register a ConfigurationListener
service.
Method Summary | |
void |
configurationEvent(ConfigurationEvent event)
Receives notification of a broadcast ConfigurationEvent
object. |
Method Detail |
public void configurationEvent(ConfigurationEvent event)
ConfigurationEvent
object.
event
- The broadcasted ConfigurationEvent
object.
|
OSGi Service Platform Release 4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |