Microsoft SDK for Java

invokeHelper

This method of the Delegate class invokes the delegate's target method on the delegate's target object with the given parameters. The parameters must be packaged as an Object array according to the rules of Java Reflection.

Syntax

protected final Object invokeHelper(Object[] args) throws Throwable;

Parameters

args The target method invocation.

Return Value

Returns an object that must be unwrapped or typecast to produce a correctly typed value. If the delegate type is void, this method returns null.

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