Determines whether the delegate type for the event is declared as multicast.
public boolean getMulticast()
Returns true if the delegate is declared as multicast; otherwise, returns false.
If a delegate is declared as multicast, multiple handlers can be assigned to an event.