Class AnnotatedMapListener<K,​V>

    • Method Detail

      • entryInserted

        public void entryInserted​(com.tangosol.util.MapEvent<K,​V> event)
        Specified by:
        entryInserted in interface com.tangosol.util.MapListener<K,​V>
      • entryUpdated

        public void entryUpdated​(com.tangosol.util.MapEvent<K,​V> event)
        Specified by:
        entryUpdated in interface com.tangosol.util.MapListener<K,​V>
      • entryDeleted

        public void entryDeleted​(com.tangosol.util.MapEvent<K,​V> event)
        Specified by:
        entryDeleted in interface com.tangosol.util.MapListener<K,​V>
      • isSynchronous

        public boolean isSynchronous()
        Return true if this is synchronous event listener.
        Specified by:
        isSynchronous in interface com.tangosol.util.MapListener<K,​V>
        Returns:
        true if this is synchronous event listener