Package org.analogweb
Interface InvocationArguments
-
- All Superinterfaces:
PreparedInvocationArguments
- All Known Implementing Classes:
DefaultInvocation
public interface InvocationArguments extends PreparedInvocationArguments
Parameters ofInvocation.invoke()
.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
putInvocationArgument(int index, Object arg)
void
replace(Object newInvocationInstance)
-
Methods inherited from interface org.analogweb.PreparedInvocationArguments
asList
-
-