public interface IInvocable
IInvocable
- interface that allows the invocation of functions.Modifier and Type | Interface and Description |
---|---|
static class |
IInvocable.Method
Method - methods. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.String method,
java.lang.Object... args)
Invokes
method with args arguments. |