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,
java.lang.reflect.Method zuperMethod) |
void |
start(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.reflect.Method zuperMethod) |
public DynamicExampleStepInterceptionListener()
public void start(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.reflect.Method zuperMethod)
start in interface StepInterceptionListenerpublic void end(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.reflect.Method zuperMethod)
end in interface StepInterceptionListener