public interface MethodCall
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the method in the owner with the arguments.
|
Object[] |
getArguments()
Returns an array of arguments of the method.
|
Method |
getMethod()
Returns the method definition.
|
Object |
getOwner()
Returns the owner instance of the method.
|
void execute()
Object[] getArguments()
Method getMethod()
Object getOwner()
Copyright © 2012 bbv Software Services AG. All Rights Reserved.