Class DefaultDelegateInterceptor
- java.lang.Object
-
- org.activiti.engine.impl.delegate.invocation.DefaultDelegateInterceptor
-
- All Implemented Interfaces:
DelegateInterceptor
public class DefaultDelegateInterceptor extends java.lang.Object implements DelegateInterceptor
Default implementation, simply proceeding the call.
-
-
Constructor Summary
Constructors Constructor Description DefaultDelegateInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleInvocation(DelegateInvocation invocation)
-
-
-
Method Detail
-
handleInvocation
public void handleInvocation(DelegateInvocation invocation)
- Specified by:
handleInvocationin interfaceDelegateInterceptor
-
-