com.judoscript.util
Class ListPrinter

java.lang.Object
  extended by com.judoscript.util.ListPrinter
All Implemented Interfaces:
ListReceiver

public final class ListPrinter
extends java.lang.Object
implements ListReceiver


Constructor Summary
ListPrinter(java.io.PrintWriter pw)
           
 
Method Summary
 void finish()
           
 void receive(java.lang.Object file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPrinter

public ListPrinter(java.io.PrintWriter pw)
Method Detail

receive

public void receive(java.lang.Object file)
Specified by:
receive in interface ListReceiver

finish

public void finish()
Specified by:
finish in interface ListReceiver