This method of the MulticastDelegate class returns the invocation list of this MulticastDelegate. The resulting array might have more than one element. The invocation list of each of the elements in the returned array is guaranteed to have only one entry.
public Delegate[] getInvocationList();
This method overrides Delegate.getInvocationList.