Package net.sourceforge.pmd.cpd
Interface CPDListener
-
- All Known Implementing Classes:
CPDNullListener
,GUI
public interface CPDListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addedFile(int fileCount)
void
phaseUpdate(int phase)
-
-
-
Field Detail
-
INIT
static final int INIT
- See Also:
- Constant Field Values
-
HASH
static final int HASH
- See Also:
- Constant Field Values
-
MATCH
static final int MATCH
- See Also:
- Constant Field Values
-
GROUPING
static final int GROUPING
- See Also:
- Constant Field Values
-
DONE
static final int DONE
- See Also:
- Constant Field Values
-
-