Interface FileReceiver
- All Superinterfaces:
OsidReceiver
The file receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted files.
Like all OsidReceivers, notifications are delivered to
FileReceiver serially and a receiver method is not invoked again until
any previous invocation has returned.
-
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
-