sav.z
Class ConsolePrinter

java.lang.Object
  extended bysav.z.ConsolePrinter
All Implemented Interfaces:
Printer

public class ConsolePrinter
extends java.lang.Object
implements Printer

Need for setting connection of Session's Printers with the System.out standard output stream.

See Also:
Session.setReportPrinter(sav.z.Printer), Session.setMessagePrinter(sav.z.Printer)

Constructor Summary
ConsolePrinter()
          Constructs a Printer that prints to the System.out.
 
Method Summary
 void flush()
          Flushes printable buffer area.
 void println(java.lang.String s)
          Prints line of s string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsolePrinter

public ConsolePrinter()
Constructs a Printer that prints to the System.out.

Method Detail

println

public void println(java.lang.String s)
Prints line of s string.

Specified by:
println in interface Printer

flush

public void flush()
Flushes printable buffer area.

Specified by:
flush in interface Printer
See Also:
Status.clear()