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