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