Uses of Class
org.djutils.event.LocalEventProducer
Packages that use LocalEventProducer
Package
Description
Provides a subscription-based extension to Java's collection library.
- 
Uses of LocalEventProducer in org.djutils.event.collectionSubclasses of LocalEventProducer in org.djutils.event.collectionModifier 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.