ghm.follow
Interface OutputDestination

All Known Implementing Classes:
JTextAreaDestination, 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

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

Parameters:
s - String to be printed

clear

public void clear()
Clear all previous text.