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