Java java.beans Statement fields, constructors, methods, implement or subclass

Example usage for Java java.beans Statement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans Statement.

The text is from its open source code.

Constructor

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.

Method

voidexecute()
The execute method finds a method whose name is the same as the methodName property, and invokes the method on the target.