Uses of Interface
adams.gui.event.ConsolePanelListener
-
Packages that use ConsolePanelListener Package Description adams.flow.standalone adams.gui.core -
-
Uses of ConsolePanelListener in adams.flow.standalone
Classes in adams.flow.standalone that implement ConsolePanelListener Modifier and Type Class Description class
ConsoleWindow
Displays the messages that are output in the system's 'Console window'. -
Uses of ConsolePanelListener in adams.gui.core
Fields in adams.gui.core with type parameters of type ConsolePanelListener Modifier and Type Field Description protected HashSet<ConsolePanelListener>
ConsolePanel. m_Listeners
the listeners.Methods in adams.gui.core with parameters of type ConsolePanelListener Modifier and Type Method Description void
ConsolePanel. addListener(ConsolePanelListener l)
Adds the listener.void
ConsolePanel. removeListener(ConsolePanelListener l)
Removes the listener.
-