Interface AnnotatedMapListener.MapEventObserver<K,​V>

    • Method Detail

      • notify

        void notify​(MapEvent<K,​V> event)
        Process an event.
        Parameters:
        event - the event
      • isAsync

        boolean isAsync()
        Return true if this observer should be async.
        Returns:
        true if this observer should be async
      • getObservedQualifiers

        Set<Annotation> getObservedQualifiers()
        Return the qualifiers for the observer that wil be used to further qualify which events are received.
        Returns:
        the qualifiers for the observer