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

    Modifier and Type
    Method
    Description
    void
    onChange(Reconfigurable reconfigurable)
     
  • Method Details