Uses of Interface
io.atomix.utils.event.EventListener
-
Packages that use EventListener Package Description io.atomix.utils.event Provides classes and interfaces for creating and handling generic events. -
-
Uses of EventListener in io.atomix.utils.event
Classes in io.atomix.utils.event with type parameters of type EventListener Modifier and Type Class Description classAbstractListenerManager<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.interfaceListenerService<E extends Event,L extends EventListener<E>>Abstraction of a service capable of asynchronously notifying listeners.
-