Uses of Interface
io.atomix.utils.event.Event
Packages that use Event
Package
Description
Provides classes and interfaces for creating and handling generic events.
-
Uses of Event in io.atomix.utils.event
Classes in io.atomix.utils.event with type parameters of type EventModifier and TypeClassDescriptionclassAbstractListenerManager<E extends Event,L extends EventListener<E>> Basis for components which need to export listener mechanism.interfaceEventFilter<E extends Event>Entity capable of filtering events.interfaceEventListener<E extends Event>Entity capable of receiving events.interfaceAbstraction of an event sink capable of processing the specified event types.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.Classes in io.atomix.utils.event that implement EventModifier and TypeClassDescriptionclassAbstractEvent<T extends Enum,S> Base event implementation.