@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public class TestObjectManagementListener extends Object implements Listener
ObjectManagementLister
logging to the console.
Constructor and Description |
---|
TestObjectManagementListener()
Creates a new
TestObjectManagementListener instance. |
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream()
Gets the output stream events are streamed to.
|
PrintWriter |
getPrintWriter()
Gets the print writer events are printed with,
|
void |
onLog(Level level,
String message,
Throwable throwable) |
void |
setOutputStream(OutputStream value)
Sets the output stream to stream events to.
|
void |
setPrintWriter(PrintWriter value)
Sets the print writer to print events with,
|
@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public TestObjectManagementListener()
TestObjectManagementListener
instance.public OutputStream getOutputStream()
public PrintWriter getPrintWriter()
public void setPrintWriter(PrintWriter value)
value
- The new print writer to print events with,public void setOutputStream(OutputStream value)
value
- The new output stream to stream events to.Copyright © 2005-2012 The JOMC Project. All Rights Reserved.