Package | Description |
---|---|
com.p6spy.engine.proxy |
Modifier and Type | Class and Description |
---|---|
class |
MethodNameAndParameterLikeMatcher
Used to select methods based on the method name and parameters.
|
class |
MethodNameAndParameterMatcher
Used to select methods based on the method name and parameters.
|
class |
MethodNameMatcher
Used to select methods based on the method name.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericInvocationHandler.addDelegate(MethodMatcher methodMatcher,
Delegate delegate)
Adds a delegate which will be used when a method is invoked that meets the following criteria:
|
Copyright © 2002-2015 P6Spy. All Rights Reserved.