Class DataStructureListener
- java.lang.Object
-
- com.alachisoft.ncache.client.util.DataStructureListener
-
- All Implemented Interfaces:
DataStructureDataChangeListener
public class DataStructureListener extends java.lang.Object implements DataStructureDataChangeListener
-
-
Constructor Summary
Constructors Constructor Description DataStructureListener(DataStructureDataChangeListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDataStructureChanged(java.lang.String collectionName, DataStructureEventArg collectionEventArgs)Defines a listener method for notifying applications when a distributed collection is updated in the cache.
-
-
-
Constructor Detail
-
DataStructureListener
public DataStructureListener(DataStructureDataChangeListener listener)
-
-
Method Detail
-
onDataStructureChanged
public void onDataStructureChanged(java.lang.String collectionName, DataStructureEventArg collectionEventArgs)Description copied from interface:DataStructureDataChangeListenerDefines a listener method for notifying applications when a distributed collection is updated in the cache.- Specified by:
onDataStructureChangedin interfaceDataStructureDataChangeListener- Parameters:
collectionName- The name of collection used to reference it.collectionEventArgs- The collection event arguments.
-
-