Package adams.gui.event
Interface ConsolePanelListener
-
- All Known Implementing Classes:
ConsoleWindow
public interface ConsolePanelListenerFor classes that listen toConsolePanelevents .- 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 voidconsolePanelMessageReceived(ConsolePanelEvent e)Gets called when theConsolePanelreceives a message.
-
-
-
Method Detail
-
consolePanelMessageReceived
void consolePanelMessageReceived(ConsolePanelEvent e)
Gets called when theConsolePanelreceives a message.- Parameters:
e- the generated event
-
-