Interface TextReporterListener

All Known Implementing Classes:
InfoTool

public interface TextReporterListener
Implemented by objects that wish to receive events published by JTextReporter.
Since:
2.6
Author:
Michael Bedward
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by the text reporter when it is being closed
    void
    Called by the text reporter when text has been appended
  • Method Details

    • onReporterClosed

      void onReporterClosed()
      Called by the text reporter when it is being closed
    • onReporterUpdated

      void onReporterUpdated()
      Called by the text reporter when text has been appended