Initialization subroutine that expects the following arguments:
args[0] must be the classname (String) or a ClassVO object
If the selected object is to be reported to a parent form...
The new configuartion will be inserted into the list of report configuration,
so that this configuration has the given report configuration instance as parent.
The new configuartion will be inserted into the list of report configuration,
so that this configuration has the given report configuration instance as parent.
The event MUST encapsulate:
Object[] args = (Object[]) ev.value;
String methodName = (String) args[0];
Class[] methodClasses = (Class[]) args[1];
Object[] methodArgs = (Object[]) args[2];
And the resulting method MUST exist in the implementation class.