Class EventGroup

java.lang.Object
microsim.event.Event
microsim.event.EventGroup
All Implemented Interfaces:
Comparable<Event>

public class EventGroup extends Event
A special implementation of the Event family. It is not a real event, but a container for other events. When fired this object automatically fires the events contained. Each contained event is fired at the group time, any other time pointer is ignored.