public interface IMethodHandlerAccessibility
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInvokeEnabled(Object receiver,
IArgs args)
Query the accessibility of the implementation associated with this method
in the context of the
receiver. |
boolean isInvokeEnabled(Object receiver, IArgs args) throws MethodInvocationException
receiver.receiver - The object hosting the method.args - The arguments for the invocation.MethodExceptionMethodInvocationExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.