org.loom.interceptor
Interface ErrorListener

All Known Implementing Classes:
InterceptorProxy, MethodInterceptor.OnError

public interface ErrorListener

Listener that gets called when validation errors have occurred.

Author:
icoloma

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


The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.