Microsoft SDK for Java

invokeHelperMulticast

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.

Syntax

protected final void invokeHelperMulticast(Object[] args) throws Throwable;

Parameters

args The invocation parameters.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.