Groovy Documentation

org.codehaus.groovy.grails.commons.metaclass
[Java] Interface Interceptor


public interface Interceptor

Implementers of this interface can be registered in the ProxyMetaClass for notifications about method calls for objects managed by the ProxyMetaClass. Based off the original work in Groovy core, but uses a callback object instead for thread safety.

Authors:
Dierk Koenig
Graeme Rocher
Since:
0.2


Groovy Documentation