Package ghm.follow

Contains classes for printing the contents of text files to which information is being added asynchronously.

See:
          Description

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

Class Summary
FileFollower Instances of this class 'follow' a particular text file, assmebling that file's characters into Strings and sending them to instances of OutputDestination.
JTextAreaDestination Implementation of OutputDestination which appends Strings to a JTextArea.
JTextPaneDestination Implementation of OutputDestination which appends Strings to a JTextPane.
PrintStreamDestination Implementation of OutputDestination which prints Strings to a PrintStream.
 

Exception Summary
InvalidVkException  
 

Package ghm.follow Description

Contains classes for printing the contents of text files to which information is being added asynchronously.

All classes Copyright (C) 2000-2003 Greg Merrill (greghmerrill@yahoo.com)

Follow is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.

Follow is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Follow; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA