public class ConfigurationChangeEvent extends Object
| Constructor and Description |
|---|
ConfigurationChangeEvent(Object source,
ServerDescriptor newDescriptor)
Constructor for the event.
|
| Modifier and Type | Method and Description |
|---|---|
ServerDescriptor |
getNewDescriptor()
Returns the object describing the new configuration.
|
Object |
getSource()
Returns the source of the event.
|
public ConfigurationChangeEvent(Object source, ServerDescriptor newDescriptor)
source - the source of this event.newDescriptor - the object describing the new configuration.public ServerDescriptor getNewDescriptor()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.