Conforms to TICDSOperationDelegate
Declared in TICDSClassesAndProtocols.h

Overview

The TICDSDocumentDeletionOperationDelegate protocol defines the methods implemented by delegates of TICDSDocumentDeletionOperation or one of its subclasses. In the TICoreDataSync framework, these delegate methods are implemented by the application sync manager.

Tasks

Instance Methods

documentDeletionOperationDidDeleteDocument:

Informs the delegate that the document was deleted from the remote. The delegate should alert its own delegate.

- (void)documentDeletionOperationDidDeleteDocument:(TICDSDocumentDeletionOperation *)anOperation

Parameters

anOperation

The operation object that sent the message.

Declared In

TICDSClassesAndProtocols.h

documentDeletionOperationWillDeleteDocument:

Informs the delegate that the document is about to be deleted from the remote. The delegate should alert its own delegate.

- (void)documentDeletionOperationWillDeleteDocument:(TICDSDocumentDeletionOperation *)anOperation

Parameters

anOperation

The operation object that sent the message.

Declared In

TICDSClassesAndProtocols.h