Uses of Package
org.djutils.event

Packages that use org.djutils.event
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.
  • Class
    Description
    The Event class forms the reference implementation for the Event.
    The EventListener interface creates a callback method for publishers to inform their clients.
    The EventListenerMap maps EventTypes on lists of References to EventListeners.
    EventProducer is the interface that exposes a few of the methods of the implementation of an EventProducer to the outside world: the ability to add and remove listeners.
    Reference implementation of the EventType.
    The TimedEvent is the reference implementation for a timed event.
  • Class
    Description
    The Event class forms the reference implementation for the Event.
    The EventListener interface creates a callback method for publishers to inform their clients.
    EventProducer is the interface that exposes a few of the methods of the implementation of an EventProducer to the outside world: the ability to add and remove listeners.
    Reference implementation of the EventType.
    The LocalEventProducer defines the registration and fireEvent operations of an event producer.
  • Class
    Description
    The EventListener interface creates a callback method for publishers to inform their clients.
    The EventListenerMap maps EventTypes on lists of References to EventListeners.
    EventProducer is the interface that exposes a few of the methods of the implementation of an EventProducer to the outside world: the ability to add and remove listeners.