Package ca.uqac.lif.cep.diagnostics
Class WindowConsole
- java.lang.Object
-
- ca.uqac.lif.cep.diagnostics.DiagnosticsCallback
-
- ca.uqac.lif.cep.diagnostics.WindowConsole
-
public class WindowConsole extends DiagnosticsCallback
Prints whatever is given to it in a text window.- Author:
- Sylvain Hallé
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.swing.JTextArea
m_textArea
-
Constructor Summary
Constructors Constructor Description WindowConsole(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(java.lang.Object o)
-
-
-
Method Detail
-
notify
public void notify(java.lang.Object o)
- Overrides:
notify
in classDiagnosticsCallback
-
-