- entrySet() - Method in class nl.tudelft.simulation.event.EventListenerMap
-
- entrySet() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
-
- equals(Object) - Method in class nl.tudelft.simulation.event.EventType
-
- Event - Class in nl.tudelft.simulation.event
-
The Event class forms the reference implementation for the EventInterface.
- Event(EventType, Object, Object) - Constructor for class nl.tudelft.simulation.event.Event
-
constructs a new Event.
- EventInterface - Interface in nl.tudelft.simulation.event
-
The EventInterface defines the interface for all events in the event project.
- EventIterator - Class in nl.tudelft.simulation.event.util
-
The Event producing iterator provides a set to which one can subscribe
interest in entry changes.
- EventIterator(Iterator) - Constructor for class nl.tudelft.simulation.event.util.EventIterator
-
constructs a new Iterator.
- EventListenerInterface - Interface in nl.tudelft.simulation.event
-
The EventListenerInterface creates a callback method for publishers to inform
their clients.
- EventListenerMap - Class in nl.tudelft.simulation.event
-
The specifies
- EventListenerMap() - Constructor for class nl.tudelft.simulation.event.EventListenerMap
-
constructs a new EventListenerMap
- EventProducer - Class in nl.tudelft.simulation.event
-
The EventProducer forms the reference implementation of the
EventProducerInterface.
- EventProducer() - Constructor for class nl.tudelft.simulation.event.EventProducer
-
constructs a new EventProducer and checks for double values in events
- EventProducerInterface - Interface in nl.tudelft.simulation.event
-
The EventProducerInterface defines the registration operations of an
eventproducer.
- EventProducingCollection - Class in nl.tudelft.simulation.event.util
-
The Event producing collection provides a set to which one can subscribe
interest in entry changes.
- EventProducingCollection(Collection) - Constructor for class nl.tudelft.simulation.event.util.EventProducingCollection
-
constructs a new EventProducingList.
- EventProducingList - Class in nl.tudelft.simulation.event.util
-
The Event producing list provides a list to which one can subscribe interest
in entry changes.
- EventProducingList(List) - Constructor for class nl.tudelft.simulation.event.util.EventProducingList
-
constructs a new EventProducingList.
- EventProducingMap - Class in nl.tudelft.simulation.event.util
-
The Event producing map provides a map to which one can subscribe interest in
entry changes.
- EventProducingMap(Map) - Constructor for class nl.tudelft.simulation.event.util.EventProducingMap
-
constructs a new EventProducingMap.
- EventProducingSet - Class in nl.tudelft.simulation.event.util
-
The Event producing set provides a set to which one can subscribe interest in
entry changes.
- EventProducingSet(Set) - Constructor for class nl.tudelft.simulation.event.util.EventProducingSet
-
constructs a new EventProducingList.
- EventType - Class in nl.tudelft.simulation.event
-
The EventType is a masker used for the subscription to asynchronous events.
- EventType(String) - Constructor for class nl.tudelft.simulation.event.EventType
-
constructs a new EventType.
- fireEvent(EventListenerInterface, EventInterface) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires the event to the listener.
- fireEvent(EventInterface) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires an event to subscribed listeners.
- fireEvent(EventType, byte) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a byte value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, boolean) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a boolean value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, byte, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a byte value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, boolean, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a boolean value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a double value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, double, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a double value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, int) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires an integer value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, int, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires an integer value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, long) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a long value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, long, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a long value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, Object) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, Object, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a Serializable value to subscribed listeners subscribed to
eventType.
- fireEvent(EventType, short) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a short value to subscribed listeners subscribed to eventType.
- fireEvent(EventType, short, double) - Method in class nl.tudelft.simulation.event.EventProducer
-
fires a short value to subscribed listeners subscribed to eventType.
- FIRST_POSITION - Static variable in interface nl.tudelft.simulation.event.EventProducerInterface
-
The FIRST_POSITION in the queue