Uses of Interface
sav.z.Printer

Uses of Printer in sav.z
 

Classes in sav.z that implement Printer
 class ConsoleLineStatus
          Need for setting connection of Session's LineStatuses with the System.out standard output stream.
 class ConsolePrinter
          Need for setting connection of Session's Printers with the System.out standard output stream.
 class ConsoleStatus
          Need for setting connection of Session's Statuses with the System.out standard output stream.
 class LineStatus
          A tool for logging a Session's Status namely a current Script line or a out data line.
 class Status
          A tool for logging a Session's status namely a current process or Z database.
 class WLineStatus
          Prints Session's current scriptline/dataline.
 class WPrinter
          Prints Session's report and messages.
 class WStatus
          Prints Session's current process/database.
 

Methods in sav.z that return Printer
 Printer Session.getReportPrinter()
          Returns Printer used for reporting by Zigzag print procedure or Zigzag request statement.
 Printer Session.getMessagePrinter()
          Returns Printer the Warning messages are printed via.
 

Methods in sav.z with parameters of type Printer
 void Session.setReportPrinter(Printer prtReport)
          Sets Printer for reporting by Zigzag print procedure or Zigzag request statement.
 void Session.setMessagePrinter(Printer prtMessage)
          Sets Printer the Warning messages are printed via.