org.apache.subversion.javahl.callback
Interface ConfigEvent


public interface ConfigEvent

Interface for configuration-change hooks.

Since:
1.9

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

Method Detail

onLoad

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