jdepend.framework
Interface ParserListener
public interface ParserListener
The
ParserListener interface defines a
listener notified upon the completion of parsing events.
Implementers of this interface register for notification
using the
JDepend.addParseListener() method.
- (mike@clarkware.com)
- Clarkware Consulting, Inc.
onParsedJavaClass
public void onParsedJavaClass(JavaClass parsedClass)
Called whenever a Java class file is parsed into the
specified JavaClass instance.
- parsedClass - Parsed Java class.
ParserListenerinterface defines a listener notified upon the completion of parsing events. Implementers of this interface register for notification using theJDepend.addParseListener()method.