Package | Description |
---|---|
org.osgi.service.cm |
Configuration Admin Package Version 1.6.
|
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.ServiceReference<ConfigurationAdmin> |
ConfigurationEvent.getReference()
Return the
ServiceReference object of the Configuration Admin
service that created this event. |
Constructor and Description |
---|
ConfigurationEvent(org.osgi.framework.ServiceReference<ConfigurationAdmin> reference,
int type,
String factoryPid,
String pid)
Constructs a
ConfigurationEvent object from the given
ServiceReference object, event type, and pids. |
Copyright © 2023 OSGi Alliance. All rights reserved.