Uses of Interface
com.github.fracpete.jshell.event.JShellExecListener
Packages that use JShellExecListener
-
Uses of JShellExecListener in com.github.fracpete.jshell
Classes in com.github.fracpete.jshell that implement JShellExecListenerFields in com.github.fracpete.jshell with type parameters of type JShellExecListenerModifier and TypeFieldDescriptionprotected Set<JShellExecListener>JShellExec.m_JShellExecListenersthe listeners that listen for changes.Methods in com.github.fracpete.jshell with parameters of type JShellExecListenerModifier and TypeMethodDescriptionvoidJShellExec.addJShellExecListener(JShellExecListener l) Adds the exec listener to the internal list.voidJShellPanel.addJShellExecListener(JShellExecListener l) Adds the exec listener to the internal list.voidJShellExec.removeJShellExecListener(JShellExecListener l) Removes the exec listener to the internal list.voidJShellPanel.removeJShellExecListener(JShellExecListener l) Removes the exec listener to the internal list.