Interface ConfigStoreListener

All Known Implementing Classes:
ConfigMap

public interface ConfigStoreListener
Listens for changes to stored config files.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChange(String contents)
    Called when the physical contents of a config file have changed.
  • Method Details

    • onChange

      void onChange(String contents)
      Called when the physical contents of a config file have changed.
      Parameters:
      contents - The new config contents;