Uses of Class
org.djutils.event.EventProducer
| Package | Description |
|---|---|
| org.djutils.event.util |
Provides a subscription-based extension to Java's collection library.
|
-
Uses of EventProducer in org.djutils.event.util
Subclasses of EventProducer in org.djutils.event.util 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.