Interface ConfigurationListener
-
- All Known Implementing Classes:
AsyncLoggerContext
,LoggerContext
public interface ConfigurationListener
Interface used to allow components to be notified when the configuration changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onChange(Reconfigurable reconfigurable)
-
-
-
Method Detail
-
onChange
void onChange(Reconfigurable reconfigurable)
-
-