Interface FileChangedListener

All Known Implementing Classes:
ReadinessService

public interface FileChangedListener
Listener interface for the file watching service. Listeners will get notified when the watched file has been updated, or if there is no file on initial start.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • watchedFileChanged

      void watchedFileChanged()