@FunctionalInterface
public interface IMethodInvocationListener
| Modifier and Type | Method and Description |
|---|---|
void |
methodInvocation(MethodInvocationInformation invocationInformation)
This method gets called with the information about a detected method
invocation, found in an analyzed class.
|
void methodInvocation(MethodInvocationInformation invocationInformation)
invocationInformation - The information about the invoked method and the calling method.