Inheritance diagram for RunJavaAppAction:

Public Member Functions | |
| RunJavaAppAction (Class classWithMainFunction) | |
| void | invoke () |
| Invokes the main method of the given class. | |
This software is distributed under the BSD License.
Definition at line 19 of file RunJavaAppAction.java.
| RunJavaAppAction | ( | Class | classWithMainFunction | ) |
| void invoke | ( | ) |
Invokes the main method of the given class.
Implements R3Action.
Definition at line 35 of file RunJavaAppAction.java.
1.4.7