Interface Event<K,​V>

    • Method Detail

      • getType

        Event.Type getType()
        Returns:
        the type of event represented by this instance.
      • isPre

        boolean isPre()
        Returns:
        true if the notification is before the event has occurred, false if after the event has occurred.
      • getCache

        Cache<K,​V> getCache()
        Returns:
        a handle to the cache instance that generated this notification.