-
- All Superinterfaces:
RepositoryListener
public interface ConfigChangedListener extends RepositoryListener
ReceivesConfigChangedEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConfigChanged(ConfigChangedEvent event)Invoked when any change is made to the configuration.
-
-
-
Method Detail
-
onConfigChanged
void onConfigChanged(ConfigChangedEvent event)
Invoked when any change is made to the configuration.- Parameters:
event- information about the changes.
-
-