org.loom.interceptor
Interface FinallyListener
- All Known Implementing Classes:
- InterceptorProxy, MethodInterceptor.DoFinally
public interface FinallyListener
Invoked when the request has been executed.
This listener is called even if the execution throws an exception, which makes it
the choice for cleanup code.
doFinally
void doFinally(ParsedAction action,
java.lang.Exception e)
- Parameters:
action
- the action and event that is being executede
- If any exception was thrown in any phase (populate, validate, execute), null if none.