Package net.sourceforge.pmd.cpd
Class CPDNullListener
- java.lang.Object
-
- net.sourceforge.pmd.cpd.CPDNullListener
-
- All Implemented Interfaces:
CPDListener
public class CPDNullListener extends Object implements CPDListener
-
-
Constructor Summary
Constructors Constructor Description CPDNullListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addedFile(int fileCount, File file)
void
phaseUpdate(int phase)
-
-
-
Method Detail
-
addedFile
public void addedFile(int fileCount, File file)
- Specified by:
addedFile
in interfaceCPDListener
-
phaseUpdate
public void phaseUpdate(int phase)
- Specified by:
phaseUpdate
in interfaceCPDListener
-
-