Uses of Interface
com.github.fracpete.jshell.event.JShellPanelListener
Packages that use JShellPanelListener
-
Uses of JShellPanelListener in com.github.fracpete.jshell
Fields in com.github.fracpete.jshell with type parameters of type JShellPanelListenerModifier and TypeFieldDescriptionprotected Set<JShellPanelListener>JShellPanel.m_JShellPanelListenersthe listeners that listen for changes.Methods in com.github.fracpete.jshell with parameters of type JShellPanelListenerModifier and TypeMethodDescriptionvoidJShellPanel.addJShellPanelListener(JShellPanelListener l) Adds the panel listener to the internal list.voidJShellPanel.removeJShellExecListener(JShellPanelListener l) Removes the panel listener to the internal list.