public static interface EOperation.Internal.InvocationDelegate
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EOperation.Internal.InvocationDelegate.Factory
A factory for creating invocation delegates.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
dynamicInvoke(InternalEObject target,
EList<?> arguments)
Invokes the operation behaviour for the specified target
object.
|
java.lang.Object dynamicInvoke(InternalEObject target, EList<?> arguments) throws java.lang.reflect.InvocationTargetException
target - the object on which to invoke the operationarguments - the arguments for the operation parameters (an
empty list if the operation has no parameters)null if it is
a void operationjava.lang.reflect.InvocationTargetException - in case of failure to execute the
operation behaviour, usually because of an exception