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.
public Delegate[] getInvocationList();
For unicast Delegates, returns an array with a single element. For multicast Delegates, might return an array with more than one element.