Uses of Interface
com.oracle.coherence.cdi.events.AnnotatedMapListener.MapEventObserver
Packages that use AnnotatedMapListener.MapEventObserver
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Support for adapting Coherence interceptors to standard CDI events.
-
Uses of AnnotatedMapListener.MapEventObserver in com.oracle.coherence.cdi
Classes in com.oracle.coherence.cdi that implement AnnotatedMapListener.MapEventObserverModifier and TypeClassDescriptionclassCdiMapEventObserver<K,V> An implementation of aAnnotatedMapListener.MapEventObserverthat wraps a CDIObserverMethodthat observesMapEvent. -
Uses of AnnotatedMapListener.MapEventObserver in com.oracle.coherence.cdi.events
Constructors in com.oracle.coherence.cdi.events with parameters of type AnnotatedMapListener.MapEventObserverModifierConstructorDescriptionAnnotatedMapListener(AnnotatedMapListener.MapEventObserver<K, V> observer, Set<Annotation> annotations)