Uses of Class
io.avaje.inject.events.Observer
-
Uses of Observer in io.avaje.inject.events
Fields in io.avaje.inject.events with type parameters of type ObserverMethods in io.avaje.inject.events that return types with arguments of type ObserverModifier and TypeMethodDescriptionObserverManager.observersByType(Type eventType) Retrieves a list of all Observers registered by the given typeMethods in io.avaje.inject.events with parameters of type ObserverModifier and TypeMethodDescription<T> voidObserverManager.registerObserver(Type eventType, Observer<T> observer) Registers the given Consumer as an observer.