Uses of Class
io.microsphere.event.Event
-
Packages that use Event Package Description io.microsphere.event io.microsphere.io.event -
-
Uses of Event in io.microsphere.event
Classes in io.microsphere.event with type parameters of type Event Modifier and Type Interface Description interfaceConditionalEventListener<E extends Event>A conditional extension of theEventListenerinterface that allows filtering events before handling.interfaceEventListener<E extends Event>Subclasses of Event in io.microsphere.event Modifier and Type Class Description classGenericEvent<S>A generic implementation of theEventclass that allows for type-safe event handling.Methods in io.microsphere.event that return types with arguments of type Event Modifier and Type Method Description static java.lang.Class<? extends Event>EventListener. findEventType(EventListener<?> listener)static java.lang.Class<? extends Event>EventListener. findEventType(java.lang.Class<?> listenerClass)static java.lang.Class<? extends Event>EventListener. findEventType(java.lang.reflect.ParameterizedType parameterizedType)Extracts the concreteEventtype from aParameterizedTypeinstance.Methods in io.microsphere.event with parameters of type Event Modifier and Type Method Description voidAbstractEventDispatcher. dispatch(Event event)voidEventDispatcher. dispatch(Event event)Dispatch a event to the registeredevent listenersvoidGenericEventListener. onEvent(Event event)Method parameters in io.microsphere.event with type arguments of type Event Modifier and Type Method Description protected java.util.stream.Stream<EventListener>AbstractEventDispatcher. sortedListeners(java.util.function.Predicate<? super java.util.Map.Entry<java.lang.Class<? extends Event>,java.util.List<EventListener>>> predicate) -
Uses of Event in io.microsphere.io.event
Subclasses of Event in io.microsphere.io.event Modifier and Type Class Description classFileChangedEventThe event raised when thefileis changed
-