Package com.alachisoft.ncache.client
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCacheStatusChanged(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.
-
-