Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSDataSetDelegate> Protocol Reference

Deprecated: This class is for internal Avaya use only. More...

#import <CSDataSet.h>

Inherits <NSObject>.

Instance Methods

(void) - dataSet:didChange:valuesAtIndexes:
 Called whenever the underlying data set has changed. More...
 
(void) - dataSetInvalidated:
 Called whenever the underlying data has been invalidated. More...
 

Detailed Description

Deprecated: This class is for internal Avaya use only.

Method Documentation

- (void) dataSet: (CSDataSet *)  dataSet
didChange: (CSDataSetChangeType changedType
valuesAtIndexes: (NSIndexSet *)  indexes 

Called whenever the underlying data set has changed.

Parameters
dataSetThe data set whose contents have changed.
changedTypeEnum instance indicating what kind of change it was.
indexesList of the indices of the elements that have changed. For a delete change, the indices are the previous indices of the elements, which are now occupied by other elements.
- (void) dataSetInvalidated: (CSDataSet *)  dataSet

Called whenever the underlying data has been invalidated.

For example, this could be that the user is no longer permitted to access the data.

Parameters
dataSetThe data set that has been invalidated.

The documentation for this protocol was generated from the following file: