Uses of Interface
io.atomix.utils.event.ListenerService
Packages that use ListenerService
Package
Description
Provides classes and interfaces for creating and handling generic events.
-
Uses of ListenerService in io.atomix.utils.event
Classes in io.atomix.utils.event that implement ListenerServiceModifier and TypeClassDescriptionclassAbstractListenerManager<E extends Event,L extends EventListener<E>> Basis for components which need to export listener mechanism.classListenerRegistry<E extends Event,L extends EventListener<E>> Base implementation of an event sink and a registry capable of tracking listeners and dispatching events to them as part of event sink processing.