org.loom.interceptor
Interface Interceptor

All Known Subinterfaces:
CreateInterceptor, ExecuteInterceptor, PopulateInterceptor, PropertyBoundInterceptor, ResolutionInterceptor, RetrieveEntityInterceptor, SecurityInterceptor, ValidateInterceptor
All Known Implementing Classes:
AbstractImageValidationInterceptor, AbstractPropertyBoundInterceptor, CacheInterceptor, DefaultImageValidationInterceptor, DefaultRetrieveEntityInterceptor, DefaultSecurityInterceptor, DefaultSSLPolicyInterceptor, EagerPropertyInterceptor, FileValidationInterceptor, InterceptorProxy, MethodInterceptor, MethodInterceptor.AfterCreate, MethodInterceptor.BeforeExecute, MethodInterceptor.BeforePopulate, MethodInterceptor.BeforeValidate, MethodInterceptor.DoFinally, MethodInterceptor.OnError

public interface Interceptor

Classes that extend this interface listens to any phase of the event execution workflow.