![]() |
Couchbase Lite
Objective-C API for iOS and Mac OS
|
Protocol that CBLDocument model objects must implement.
See the CBLModel class.
Instance Methods | |
| (void) | - document:didChange: |
| Called whenever a new revision is added to the document. More... | |
| - (void CBLDocumentModel) document: | (CBLDocument *) | doc | |
| didChange: | (CBLDatabaseChange *) | change | |
Called whenever a new revision is added to the document.
(Equivalent to kCBLDocumentChangeNotification.)