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

Method Summary
 void doFinally(ParsedAction action, java.lang.Exception e)
           
 

Method Detail

doFinally

void doFinally(ParsedAction action,
               java.lang.Exception e)
Parameters:
action - the action and event that is being executed
e - 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.