Interface AnalysisMonitor

All Known Implementing Classes:
NoOpMonitor

public interface AnalysisMonitor
Generic monitor interface for the analysis engines.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Notifies an interruption request from the user.
    void
    Notifies a message to the user.
  • Method Details

    • notifyMessage

      void notifyMessage(String message)
      Notifies a message to the user.
      Parameters:
      message - input message
    • interruptRequested

      boolean interruptRequested()
      Notifies an interruption request from the user.
      Returns:
      true if the user requested to stop the analysis