Package com.alachisoft.ncache.client
Interface CacheStatusEventListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
CacheStatusEvent
public interface CacheStatusEventListener extends java.util.EventListenerCluster Listener listens for the events related to the cluster like memberJoined and memberLeft events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCacheStatusChanged(ClusterEvent event)Defines a listener method for notifying applications when a node leaves/joins or cache stops the cluster.
-
-
-
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.
-
-