Microsoft SDK for Java

MulticastDelegate Class Constructors

The MulticastDelegate class contains the following constructor.

MulticastDelegate(Object objTarget, String strMethodName, String strMethodSignature)

Constructs a multicast delegate that references a given object and a given method of that object.

Syntax

protected MulticastDelegate(Object objTarget, String strMethodName, String strMethodSignature);

Parameters

objTarget The target object of the multicast delegate.
strMethodName The name of the target method of the multicast delegate.
strMethodSignature The parameter signature of the target method.

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