public class DynamicExampleStepInterceptionListener extends java.lang.Object implements StepInterceptionListener
| Constructor and Description |
|---|
DynamicExampleStepInterceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy proxy) |
void |
start(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy proxy) |
public DynamicExampleStepInterceptionListener()
public void start(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy proxy)
start in interface StepInterceptionListenerpublic void end(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy proxy)
end in interface StepInterceptionListener