futils
Class PrintProcessor

java.lang.Object
  extended by futils.PrintProcessor
All Implemented Interfaces:
LineProcessor, Stoppable

public class PrintProcessor
extends java.lang.Object
implements LineProcessor

Created by IntelliJ IDEA. User: dlyon Date: Oct 15, 2008 Time: 5:04:50 PM


Constructor Summary
PrintProcessor()
           
 
Method Summary
 boolean isStopped()
           
 void process(java.lang.String l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintProcessor

public PrintProcessor()
Method Detail

process

public void process(java.lang.String l)
Specified by:
process in interface LineProcessor

isStopped

public boolean isStopped()
Specified by:
isStopped in interface Stoppable