javassist.util.proxy

Interface MethodFilter

public interface MethodFilter

Selector of the methods implemented by a handler.

See Also: setFilter

Method Summary
booleanisHandled(Method m)
Returns true if the given method is implemented by a handler.

Method Detail

isHandled

public boolean isHandled(Method m)
Returns true if the given method is implemented by a handler.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.