DataStructureListener
public interface DataStructureDataChangeListener
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.
|
void onDataStructureChanged(java.lang.String collectionName, DataStructureEventArg collectionEventArgs)
collectionName
- The name of collection used to reference it.collectionEventArgs
- The collection event arguments.