Interface CacheStatusEventListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    CacheStatusEvent

    public interface CacheStatusEventListener
    extends java.util.EventListener
    Cluster Listener listens for the events related to the Clsuter. like memberJoined, memberLeft events.
    • Method Detail

      • onCacheStatusChanged

        void onCacheStatusChanged​(ClusterEvent event)
        Defines a listener method for notifying applications when a node leaves/joins or cache stops the cluster.
        Parameters:
        event - The details of the event.