Uses of Enum Class
com.github.fracpete.jshell.event.JShellExecEvent.EventType
Packages that use JShellExecEvent.EventType
-
Uses of JShellExecEvent.EventType in com.github.fracpete.jshell.event
Fields in com.github.fracpete.jshell.event declared as JShellExecEvent.EventTypeModifier and TypeFieldDescriptionprotected JShellExecEvent.EventTypeJShellExecEvent.m_Typethe event type.Methods in com.github.fracpete.jshell.event that return JShellExecEvent.EventTypeModifier and TypeMethodDescriptionJShellExecEvent.getType()Returns the event type.static JShellExecEvent.EventTypeReturns the enum constant of this class with the specified name.static JShellExecEvent.EventType[]JShellExecEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.fracpete.jshell.event with parameters of type JShellExecEvent.EventTypeModifierConstructorDescriptionJShellExecEvent(JShellExec source, JShellExecEvent.EventType type) Constructs a prototypical Event.