Uses of Class
com.github.fracpete.jshell.event.JShellErrorEvent
Packages that use JShellErrorEvent
-
Uses of JShellErrorEvent in com.github.fracpete.jshell
Methods in com.github.fracpete.jshell with parameters of type JShellErrorEventModifier and TypeMethodDescriptionvoidJShellPanel.jshellErrorOccurred(JShellErrorEvent e) Gets called when an error occurred.voidJShellExec.notifyJShellErrorListeners(JShellErrorEvent e) Notifies all the listeners with the specified event. -
Uses of JShellErrorEvent in com.github.fracpete.jshell.event
Methods in com.github.fracpete.jshell.event with parameters of type JShellErrorEventModifier and TypeMethodDescriptionvoidJShellErrorListener.jshellErrorOccurred(JShellErrorEvent e) Gets called when an error occurred.