org.loom.interceptor
Interface ErrorListener

All Known Implementing Classes:
InterceptorProxy, MethodInterceptor.OnError

public interface ErrorListener

Listener that gets called when validation errors have occurred.


Method Summary
 Resolution onError(ParsedAction action)
           
 

Method Detail

onError

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