public interface ContentObserver
This is the Interface to implement by the classes that needs information about the stored content.
Modifier and Type | Method and Description |
---|---|
void |
errorOnStoreContent(AttachmentTO contentTo)
Sends a message about an error on storing content.
|
void |
updateContentId(ContentId oldContentId,
ContentId newContentId)
Sends the new and the old ContentId, when a ContentId has changed.
|
void errorOnStoreContent(AttachmentTO contentTo)
Sends a message about an error on storing content.
Copyright © 2019 Communote team. All rights reserved.