-
Methods in org.robovm.apple.coredata with parameters of type NSFetchedResultsChangeType
| Modifier and Type |
Method |
Description |
void |
NSFetchedResultsControllerDelegate.didChangeObject(NSFetchedResultsController controller,
NSObject anObject,
NSIndexPath indexPath,
NSFetchedResultsChangeType type,
NSIndexPath newIndexPath) |
|
void |
NSFetchedResultsControllerDelegateAdapter.didChangeObject(NSFetchedResultsController controller,
NSObject anObject,
NSIndexPath indexPath,
NSFetchedResultsChangeType type,
NSIndexPath newIndexPath) |
|
void |
NSFetchedResultsControllerDelegate.didChangeSection(NSFetchedResultsController controller,
NSFetchedResultsSectionInfo sectionInfo,
long sectionIndex,
NSFetchedResultsChangeType type) |
|
void |
NSFetchedResultsControllerDelegateAdapter.didChangeSection(NSFetchedResultsController controller,
NSFetchedResultsSectionInfo sectionInfo,
long sectionIndex,
NSFetchedResultsChangeType type) |
|