Interface Tailer.TailerListener

  • Enclosing class:
    Tailer

    public static interface Tailer.TailerListener
    • Method Detail

      • handle

        void handle​(java.lang.String line)
      • handle

        void handle​(java.lang.Exception ex)
      • fileRotated

        void fileRotated()
      • fileNotFound

        void fileNotFound()
      • nowTailing

        void nowTailing()
        Called when the Tailer has caught up to the end of the file and is now tailing it.