stomp.util
Interface PrinterListener

All Known Implementing Classes:
PrinterListener.SimplePrinterListener

public interface PrinterListener


Nested Class Summary
static class PrinterListener.SimplePrinterListener
           
 
Method Summary
 void linePrinted(java.lang.String tag, java.lang.String line)
          indicates that the given line, tagged by the client of the Printer, was printed in the InputStream used to initialize the Printer
 

Method Detail

linePrinted

public void linePrinted(java.lang.String tag,
                        java.lang.String line)
indicates that the given line, tagged by the client of the Printer, was printed in the InputStream used to initialize the Printer