Package com.alachisoft.ncache.client
Interface CacheStoppedListener
-
public interface CacheStoppedListenerUser needs to implement this interface in order to receive cache stopped notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCacheStopped(java.lang.String cacheName)Defines a listener method for notifying applications when the cache is stopped.
-
-
-
Method Detail
-
onCacheStopped
void onCacheStopped(java.lang.String cacheName)
Defines a listener method for notifying applications when the cache is stopped.- Parameters:
cacheName- The identification of the cache being stopped. It is helpful as multiple cache instances can exist within the same application.
-
-