Microsoft SDK for Java

EventInfo.getMulticast

Determines whether the delegate type for the event is declared as multicast.

Syntax

public boolean getMulticast()

Return Value

Returns true if the delegate is declared as multicast; otherwise, returns false.

Remarks

If a delegate is declared as multicast, multiple handlers can be assigned to an event.

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