Class MasterSerialListEvent

All Implemented Interfaces:
Serializable, Cloneable, Iterable<MasterSerialEvent>, Collection<MasterSerialEvent>, List<MasterSerialEvent>, RandomAccess, SequencedCollection<MasterSerialEvent>, MasterSerial, MasterSerialEvent

public class MasterSerialListEvent extends ArrayList<MasterSerialEvent> implements MasterSerialEvent
A master serial event containing a list of events.
This event type is used, whenever there is more than one event pending for the client.

Important: adding an event should only be done via add(MasterSerialEvent) and no other method, because the other methods (such as addAll, addFirst, etc...) are not overridden to check for MasterSerialEvent.isOverridingOlderEvents()!

See Also: