Class DataStructureListener

    • Field Detail

      • _syncPoint

        protected final java.lang.Object _syncPoint
    • 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 interface DataStructureDataChangeListener
        Parameters:
        collectionName - The name of collection used to reference it.
        collectionEventArgs - The collection event arguments.