public class EventMethodInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
EventMethodInterceptor.Action |
static class |
EventMethodInterceptor.DisableAction |
Modifier and Type | Field and Description |
---|---|
protected EventMethodInterceptor.Action |
action |
protected boolean |
verbose |
Constructor and Description |
---|
EventMethodInterceptor() |
EventMethodInterceptor(EventMethodInterceptor.Action action) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation arg0) |
protected void |
log(java.lang.String msg) |
void |
setDebug(boolean debug) |
protected boolean verbose
protected EventMethodInterceptor.Action action
public EventMethodInterceptor()
public EventMethodInterceptor(EventMethodInterceptor.Action action)
public void setDebug(boolean debug)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation arg0) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
protected void log(java.lang.String msg)