Class CacheStatusEvent
- java.lang.Object
-
- com.alachisoft.ncache.client.util.CacheStatusEvent
-
- All Implemented Interfaces:
CacheStatusEventListener
,java.util.EventListener
public class CacheStatusEvent extends java.lang.Object implements CacheStatusEventListener
-
-
Constructor Summary
Constructors Constructor Description CacheStatusEvent(CacheStatusEventListener listener)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
CacheStatusEvent
public CacheStatusEvent(CacheStatusEventListener listener)
-
-
Method Detail
-
onCacheStatusChanged
public void onCacheStatusChanged(ClusterEvent event)
Description copied from interface:CacheStatusEventListener
Defines a listener method for notifying applications when a node leaves/joins or cache stops the cluster.- Specified by:
onCacheStatusChanged
in interfaceCacheStatusEventListener
- Parameters:
event
- The details of the event.
-
-