Uses of Interface
org.djutils.event.EventProducer
Package
Description
Provides classes and interfaces for asynchronous communication.
Provides a subscription-based extension to Java's collection library.
EventProducer and EventListener extended for Remote access.
-
Uses of EventProducer in org.djutils.event
Modifier and TypeClassDescriptionclass
The LocalEventProducer defines the registration and fireEvent operations of an event producer. -
Uses of EventProducer in org.djutils.event.collection
Modifier and TypeClassDescriptionclass
The Event producing collection provides a set to which one can subscribe interest in entry changes.class
The EventProducingIterator provides an iterator embedding the Iterator, which fires an event when an object has been removed.class
The Event producing list provides a list to which one can subscribe interest in entry changes.class
EventProducingListIterator provides an iterator embedding the ListIterator, which fires an event when an object has been removed.class
EventProducingMap<K,
V> The Event producing map provides a map to which one can subscribe interest in entry changes.class
The Event producing set provides a set to which one can subscribe interest in entry changes. -
Uses of EventProducer in org.djutils.event.rmi
Modifier and TypeClassDescriptionclass
The RmiEventProducer provides a remote implementation of the eventProducer using the RMI protocol.