Class DataStructureListener
- java.lang.Object
-
- com.alachisoft.ncache.client.util.DataStructureListener
-
- All Implemented Interfaces:
DataStructureDataChangeListener
public class DataStructureListener extends java.lang.Object implements DataStructureDataChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
_syncPoint
-
Constructor Summary
Constructors Constructor Description DataStructureListener(DataStructureDataChangeListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDataStructureChanged(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:DataStructureDataChangeListener
Defines a listener method for notifying applications when a distributed collection is updated in the cache.- Specified by:
onDataStructureChanged
in interfaceDataStructureDataChangeListener
- Parameters:
collectionName
- The name of collection used to reference it.collectionEventArgs
- The collection event arguments.
-
-