Uses of Interface
org.acm.seguin.pmd.cpd.CPDListener

Packages that use CPDListener
org.acm.seguin.pmd.cpd   
 

Uses of CPDListener in org.acm.seguin.pmd.cpd
 

Classes in org.acm.seguin.pmd.cpd that implement CPDListener
 class CPDNullListener
           
 class GUI
           
 

Methods in org.acm.seguin.pmd.cpd with parameters of type CPDListener
 void CPD.setCpdListener(CPDListener cpdListener)
           
 void MatchAlgorithm.setListener(CPDListener listener)
           
 

Constructors in org.acm.seguin.pmd.cpd with parameters of type CPDListener
MarkComparator(CPDListener l, java.util.List tokens)
           
MarkComparator(CPDListener l, java.util.List tokens, int comparisonUpdateInterval)