|
Avaya Client Services API Reference (iOS)
|
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... | |
Deprecated: This class is for internal Avaya use only.
| - (void) dataSet: | (CSDataSet *) | dataSet | |
| didChange: | (CSDataSetChangeType) | changedType | |
| valuesAtIndexes: | (NSIndexSet *) | indexes | |
Called whenever the underlying data set has changed.
| dataSet | The data set whose contents have changed. |
| changedType | Enum instance indicating what kind of change it was. |
| indexes | List 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.
| dataSet | The data set that has been invalidated. |