Package adams.gui.event
Interface ConsolePanelListener
-
- All Known Implementing Classes:
ConsoleWindow
public interface ConsolePanelListener
For classes that listen toConsolePanel
events .- Version:
- $Revision: 4584 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consolePanelMessageReceived(ConsolePanelEvent e)
Gets called when theConsolePanel
receives a message.
-
-
-
Method Detail
-
consolePanelMessageReceived
void consolePanelMessageReceived(ConsolePanelEvent e)
Gets called when theConsolePanel
receives a message.- Parameters:
e
- the generated event
-
-