org.acm.seguin.pmd.cpd
Class CPDNullListener

java.lang.Object
  extended by org.acm.seguin.pmd.cpd.CPDNullListener
All Implemented Interfaces:
CPDListener

public class CPDNullListener
extends java.lang.Object
implements CPDListener


Constructor Summary
CPDNullListener()
           
 
Method Summary
 void addedFile(int fileCount, java.io.File file)
           
 void comparisonCountUpdate(long comparisons)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPDNullListener

public CPDNullListener()
Method Detail

addedFile

public void addedFile(int fileCount,
                      java.io.File file)
Specified by:
addedFile in interface CPDListener

comparisonCountUpdate

public void comparisonCountUpdate(long comparisons)
Specified by:
comparisonCountUpdate in interface CPDListener