Example usage for Java java.beans Statement fields, constructors, methods, implement or subclass
The text is from its open source code.
Statement(Object target, String methodName, Object[] arguments) Creates a new Statement object for the specified target object to invoke the method specified by the name and by the array of arguments. |
void | execute() The execute method finds a method whose name is the same as the methodName property, and invokes the method on the target. |