Interface ScriptLogWriter.PrintHandler

Enclosing class:
ScriptLogWriter

public static interface ScriptLogWriter.PrintHandler
Functional interface for handling printed lines. Implementations of this interface are responsible for processing the lines written by the ScriptLogWriter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write a line of text.
  • Method Details

    • writeLine

      void writeLine(String line)
      Write a line of text.
      Parameters:
      line - the line of text to be written