public interface ClassUsageListener extends UsageListener
ClassUsageListener is the mechanism for running class usage queries to notify the initiator of the query with class usage results.| Modifier and Type | Method and Description |
|---|---|
void |
notifyClassUsage(ClassUsageEvent event)
Notifies the listener that a class usage was found.
|
notifyFinished, notifySkippedvoid notifyClassUsage(ClassUsageEvent event)
event - the event describing the usage that was found