Groovy 1.7.5

groovy.lang
[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. See groovy/lang/InterceptorTest.groovy for details.

Authors:
Dierk Koenig


Copyright © 2003-2010 The Codehaus. All rights reserved.