Microsoft SDK for Java

getInvocationList

This method of the Delegate class returns the invocation list of this Delegate. The invocation list of each of the elements in the returned array is guaranteed to have only one entry.

Syntax

public Delegate[] getInvocationList();

Return Value

For unicast Delegates, returns an array with a single element. For multicast Delegates, might return an array with more than one element. 

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