Package com.alachisoft.ncache.client
Interface CacheClientConnectivityChangedListener
-
- All Known Implementing Classes:
CacheConnectivity
public interface CacheClientConnectivityChangedListener
User needs to implement this interface in order to receive client connectivity changed notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClientConnectivityChanged(java.lang.String cacheId, ClientInfo client)
Defines a listener method for notifying the application about the status of cache client connectivity.
-
-
-
Method Detail
-
onClientConnectivityChanged
void onClientConnectivityChanged(java.lang.String cacheId, ClientInfo client)
Defines a listener method for notifying the application about the status of cache client connectivity.- Parameters:
cacheId
- Name of the Cache.client
- Information about Cache Client.
-
-