Uses of Interface
com.github.fracpete.jshell.event.JShellErrorListener
Packages that use JShellErrorListener
-
Uses of JShellErrorListener in com.github.fracpete.jshell
Classes in com.github.fracpete.jshell that implement JShellErrorListenerFields in com.github.fracpete.jshell with type parameters of type JShellErrorListenerModifier and TypeFieldDescriptionprotected Set<JShellErrorListener>JShellExec.m_JShellErrorListenersthe listeners for errors.Methods in com.github.fracpete.jshell with parameters of type JShellErrorListenerModifier and TypeMethodDescriptionvoidJShellExec.addJShellErrorListener(JShellErrorListener l) Adds the error listener to the internal list.voidJShellExec.removeJShellErrorListener(JShellErrorListener l) Removes the listener to the internal list.