Interface FileReceiver
- All Superinterfaces:
OsidReceiver
The file receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted files.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedFiles(Id notificationId, IdList fileIds) The callback for notification of updated files.voiddeletedFiles(Id notificationId, IdList fileIds) the callback for notification of deleted files.voidThe callback for notifications of new files.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newFiles
-
changedFiles
-
deletedFiles
-