Class JShellExecEvent

java.lang.Object
java.util.EventObject
com.github.fracpete.jshell.event.JShellExecEvent
All Implemented Interfaces:
Serializable

public class JShellExecEvent extends EventObject
Events sent by the JShellExec.
Author:
FracPete (fracpete at waikato dot ac dot nz)
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getJShellExec

      public JShellExec getJShellExec()
      Returns the JShellExec instance that generated the event.
      Returns:
      the source
    • getType

      public JShellExecEvent.EventType getType()
      Returns the event type.
      Returns:
      the event type