Package de.intarsys.tools.reflect
Interface IMethodHandlerAccessibility
-
public interface IMethodHandlerAccessibilityAn object able to access a method within a delegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInvokeEnabled(java.lang.Object receiver, IArgs args)Query the accessibility of the implementation associated with this method in the context of thereceiver.
-
-
-
Method Detail
-
isInvokeEnabled
boolean isInvokeEnabled(java.lang.Object receiver, IArgs args) throws MethodInvocationExceptionQuery the accessibility of the implementation associated with this method in the context of thereceiver.- Parameters:
receiver- The object hosting the method.args- The arguments for the invocation.- Returns:
- The accesibility of the implementation
- Throws:
MethodExceptionMethodInvocationException
-
-