ghm.follow.io
Interface OutputDestination

All Known Implementing Classes:
FilterableOutputDestination, FilteredDestination, JTextComponentDestination, JTextPaneDestination, PrintStreamDestination

public interface OutputDestination

Interface used by a FileFollower to print the contents of a followed file.

Author:
Greg Merrill
See Also:
FileFollower

Method Summary
 void clear()
          Clear all previous text.
 void print(java.lang.String s)
          Print the supplied String.
 

Method Detail

print

void print(java.lang.String s)
Print the supplied String.

Parameters:
s - String to be printed

clear

void clear()
Clear all previous text.



Copyright © 2008. All Rights Reserved.