EventInfo.getMulticast

Overview | Methods | This Package | All Packages

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.