Package nl.gx.webmanager.services.config
Interface ConfigurationManagementListener
-
public interface ConfigurationManagementListener
Listener interface to be implemented by parties interested in changes to the configuration data.- Author:
- arjansc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nodeChanged(ConfigurationManagementEvent event)
Identifies a change in the underlying configuration data.
-
-
-
Method Detail
-
nodeChanged
void nodeChanged(ConfigurationManagementEvent event)
Identifies a change in the underlying configuration data.- Parameters:
event
- Identifies the kind of change.
-
-