org.loom.interceptor
Interface FinallyListener
- All Known Implementing Classes:
- CaptchaInterceptor, 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.
- Author:
- Ignacio Coloma
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.
The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.