Uses of Interface
org.djutils.event.EventProducerInterface
Package | Description |
---|---|
org.djutils.event |
Provides classes and interfaces for asynchronous communication.
|
org.djutils.event.remote |
EventProducer and EventListener extended for Remote access.
|
org.djutils.event.util |
Provides a subscription-based extension to Java's collection library.
|
-
Uses of EventProducerInterface in org.djutils.event
Classes in org.djutils.event that implement EventProducerInterface Modifier and Type Class Description class
EventProducer
The EventProducer forms the reference implementation of the EventProducerInterface.class
EventProducerImpl
The EventProducerImpl forms the reference implementation of the EventProducerInterface, and acts as a "helper" class for the different types of EvenProducer implementations.Constructors in org.djutils.event with parameters of type EventProducerInterface Constructor Description EventProducerImpl(EventProducerInterface embeddingEventProducer)
Construct the helper class to execute the work for registering listeners and firing events. -
Uses of EventProducerInterface in org.djutils.event.remote
Subinterfaces of EventProducerInterface in org.djutils.event.remote Modifier and Type Interface Description interface
RemoteEventProducerInterface
The RemoteEventProducerInterface provides a remote implementation of the EventProducerInterface.Classes in org.djutils.event.remote that implement EventProducerInterface Modifier and Type Class Description class
RemoteEventProducer
The RemoteEventProducer provides a remote implementation of the eventProducer. -
Uses of EventProducerInterface in org.djutils.event.util
Classes in org.djutils.event.util that implement EventProducerInterface Modifier and Type Class Description class
EventProducingCollection<T>
The Event producing collection provides a set to which one can subscribe interest in entry changes.class
EventProducingIterator<T>
The EventProducingIterator provides an iterator embedding the Iterator, which fires an event when an object has been removed.class
EventProducingList<E>
The Event producing list provides a list to which one can subscribe interest in entry changes.class
EventProducingListIterator<T>
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
EventProducingSet<E>
The Event producing set provides a set to which one can subscribe interest in entry changes.