Uses of Interface
io.atomix.utils.event.Event
-
Packages that use Event Package Description io.atomix.utils.event 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 Event Modifier and Type Class Description classAbstractListenerManager<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.interfaceEventSink<E extends Event>Abstraction 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 Event Modifier and Type Class Description classAbstractEvent<T extends Enum,S>Base event implementation.
-