Package com.github.fracpete.jshell.event
Interface JShellExecListener
- All Known Implementing Classes:
JShellPanel
public interface JShellExecListener
Interface for classes that listen to events of JShellExec.
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
Method Summary
Modifier and TypeMethodDescriptionvoidGets triggered with any event in the JShellPanel.
-
Method Details
-
jshellExecEventOccurred
Gets triggered with any event in the JShellPanel.- Parameters:
e- the event
-