This method of the MulticastDelegate class invokes the delegate's target method on the delegate's target object with the given parameters for each delegate in the invocation list. The parameters must be packaged as an Object array according to the rules of Java Reflection.
protected final void invokeHelperMulticast(Object[] args) throws Throwable;
args | The invocation parameters. |