Interface ConfigEvent


public interface ConfigEvent
Interface for configuration-change hooks.
Since:
1.9
  • Method Summary

    Modifier and Type Method Description
    void onLoad​(ISVNConfig configuration)
    Called by the native configuration loader every time the configuration is parsed into memory.
  • Method Details

    • onLoad

      void onLoad​(ISVNConfig configuration)
      Called by the native configuration loader every time the configuration is parsed into memory.