public interface IInvocationSupportAccessibility
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInvokeEnabled(String name,
IArgs args)
true if calling the method name within this is
currently enabled. |
boolean isInvokeEnabled(String name, IArgs args) throws MethodException
true if calling the method name within this is
currently enabled.name - The name of the method.args - The arguments for the invocation.true if calling the implementation is currently
enabled.MethodExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.