Package de.intarsys.tools.reflect
Interface IInvocationHandlerAccessibility
public interface IInvocationHandlerAccessibility
An object that supports handling reflective calls to the behavior of a
delegate.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisInvokeEnabled(Object receiver, String name, IArgs args) trueif calling the methodnameinreceiveris currently enabled.
-
Method Details
-
isInvokeEnabled
trueif calling the methodnameinreceiveris currently enabled.- Parameters:
receiver- The object hosting the method.name- The name of the method.args- The arguments for the invocation.- Returns:
trueif calling the implementation is currently enabled.- Throws:
MethodException
-