Microsoft SDK for Java

remove

This method of the MulticastDelegate class returns a Delegate with an invocation list. This list is formed by removing the last occurrence (if any) of the delValue parameter's Delegate from the invocation list of this MulticastDelegate.

Syntax

protected Delegate remove(Delegate delValue);

Parameters

delValue Gives the invocation list.

This method overrides Delegate.remove.

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