public interface ParserListener
ParserListener
interface defines a
listener notified upon the completion of parsing events.
Implementers of this interface register for notification
using the JDepend.addListener()
method.
Modifier and Type | Method and Description |
---|---|
void |
onParsedJavaClass(JavaClass jClass)
Called whenever a Java source or class file
is parsed into the specified
JavaClass
instance. |
void onParsedJavaClass(JavaClass jClass)
JavaClass
instance.jClass
- Parsed Java class.Copyright ? 1999-2002 Clarkware Consulting, Inc. All Rights Reserved.