org.loom.interceptor
Interface ResolutionInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
CacheInterceptor, InterceptorProxy

public interface ResolutionInterceptor
extends Interceptor

Gets invoked before the resolution execution.


Method Summary
 void beforeResolution(ParsedAction action, Resolution resolution)
          Gets invoked before resolution.resolve()
 

Method Detail

beforeResolution

void beforeResolution(ParsedAction action,
                      Resolution resolution)
Gets invoked before resolution.resolve()

Parameters:
action - the action and event that is being executed
resolution - the action and event that is being executed