Interface InvocationImpl.Invocable
- 
- Enclosing class:
- InvocationImpl
 
 public static interface InvocationImpl.InvocableAn abstraction of something that can be invoked, for example anEOperationor aMethod.- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.Class<?>[]getParameterTypes()java.lang.Objectinvoke(java.lang.Object[] arguments)
 
-