public interface ConfigurationListener
ConfigurationListener
needs to be implemented
by applications in order to receive component data change notifications.
The method configChanged()
is invoked
when the component configuration data has been changed.Modifier and Type | Method and Description |
---|---|
void |
configChanged(ConfigurationActionEvent e)
This method will be invoked when a component's
configuration data has been changed.
|
void configChanged(ConfigurationActionEvent e)
e
- Configuration action event, like ADDED, DELETED, MODIFIED etc.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.