Interface IServerConfigFileListener

All Known Implementing Classes:
ServerConfigComposite

public interface IServerConfigFileListener
The listener interface for changes in the ServerConfigFile. This interface callback's are all done in the UI thread.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a change has been made somehow and/or the property tree has been verified for errors.
  • Method Details

    • onServerConfigFileUpdated

      void onServerConfigFileUpdated(ServerConfigFile serverConfigFile)
      Called when a change has been made somehow and/or the property tree has been verified for errors. This is also fired when the dirty state changes.
      Parameters:
      serverConfigFile - The configuration file that was updated, changed or verified.