Interface InvocationImpl.Invocable

Enclosing class:
InvocationImpl

public static interface InvocationImpl.Invocable
An abstraction of something that can be invoked, for example an EOperation or a Method.
Author:
Eike Stepper
  • Method Details

    • getName

      String getName()
    • getParameterTypes

      Class<?>[] getParameterTypes()
    • invoke

      Object invoke(Object[] arguments)