Interface JShellErrorListener

All Known Implementing Classes:
JShellPanel

public interface JShellErrorListener
Interface for classes that react to JShell error messages.
Author:
FracPete (fracpete at waikato dot ac dot nz)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets called when an error occurred.
  • Method Details

    • jshellErrorOccurred

      void jshellErrorOccurred(JShellErrorEvent e)
      Gets called when an error occurred.
      Parameters:
      e - the error