Uses of Class
org.djutils.event.Event
-
Packages that use Event 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. -
-
Uses of Event in org.djutils.event
Subclasses of Event in org.djutils.event Modifier and Type Class Description classTimedEvent<T extends Comparable<T> & Serializable>The TimedEvent is the reference implementation for a timed event.Methods in org.djutils.event with parameters of type Event Modifier and Type Method Description default voidEventProducer. fireEvent(Event event)Transmit an event to all subscribed listeners.voidLocalEventProducer. fireEvent(Event event)Transmit an event to all subscribed listeners.voidEventListener. notify(Event event)Notifies the event listener of an event. -
Uses of Event in org.djutils.event.collection
Methods in org.djutils.event.collection with parameters of type Event Modifier and Type Method Description voidEventProducingCollection. notify(Event event)Notifies the event listener of an event.voidEventProducingList. notify(Event event)Notifies the event listener of an event.voidEventProducingSet. notify(Event event)Notifies the event listener of an event.
-