com.mungoknotwise.sqlcli
Interface PrintStreamed

All Known Implementing Classes:
BasicPrintStreamed

public interface PrintStreamed

Defines operations for adding and removing print streams for an object to print to.

Version:
$Id: PrintStreamed.java,v 1.1.1.1 2004/07/28 01:12:38 mungoknotwise Exp $
Author:
Steven Caswell

Method Summary
 void addPrintStream(java.io.PrintStream printStream)
          Adds the specified print stream to this object's print streams.
 void removePrintStream(java.io.PrintStream printStream)
          Removes the specified print stream to this object's print streams.
 

Method Detail

addPrintStream

public void addPrintStream(java.io.PrintStream printStream)
Adds the specified print stream to this object's print streams.

Parameters:
printStream - the print stream to be added

removePrintStream

public void removePrintStream(java.io.PrintStream printStream)
Removes the specified print stream to this object's print streams.

Parameters:
printStream - the print stream to be added


Copyright © 2004 Steven Caswell. All Rights Reserved.