org.loom.interceptor
Interface ExecuteInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
CacheInterceptor, InterceptorProxy, MethodInterceptor.BeforeExecute

public interface ExecuteInterceptor
extends Interceptor

Gets invoked before Event execution.


Method Summary
 Resolution beforeExecute(ParsedAction action)
           
 

Method Detail

beforeExecute

Resolution beforeExecute(ParsedAction action)
Parameters:
action - the action and event that is being executed
Returns:
if return value != null, stops the execution of the workflow and return the provided resolution