
public interface ConfigurationListener
ConfigurationService and be notified when
there are configuration changes within the agent.| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationListener.ConfigurationOperation
The type of configuration operation that lead to the ConfigurationListener
notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configurationChanged(ConfigurationInfo configurationInfo,
ConfigurationListener.ConfigurationOperation configurationOperation)
Call back method when there have been configuration changes performed
on this agent.
|
void configurationChanged(ConfigurationInfo configurationInfo, ConfigurationListener.ConfigurationOperation configurationOperation)
configurationInfo - The current ConfigurationInfo object.
It reflects the latest configuration changes.
To get the latest changes, use ConfigurationInfo#getLatestChangesconfigurationOperation - The type of configuration operation that was
performed.Copyright © 2019 LSST. All rights reserved.