Interface ConfigChangedListener

All Superinterfaces:
RepositoryListener

public interface ConfigChangedListener extends RepositoryListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when any change is made to the configuration.
  • Method Details

    • onConfigChanged

      void onConfigChanged(ConfigChangedEvent event)
      Invoked when any change is made to the configuration.
      Parameters:
      event - information about the changes.