Uses of Interface
org.djutils.event.EventProducer
Packages that use 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
Classes in org.djutils.event that implement EventProducerModifier and TypeClassDescriptionclassThe 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 EventProducerModifier and TypeClassDescriptionclassThe Event producing collection provides a set to which one can subscribe interest in entry changes.classThe EventProducingIterator provides an iterator embedding the Iterator, which fires an event when an object has been removed.classThe Event producing list provides a list to which one can subscribe interest in entry changes.classEventProducingListIterator 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.classThe 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 EventProducerModifier and TypeClassDescriptionclassThe RmiEventProducer provides a remote implementation of the eventProducer using the RMI protocol.