Interface AssetContentReceiver
- All Superinterfaces:
OsidReceiver
The asset content receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
AssetContent objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssetContents(Id notificationId, IdList assetContentIds) The callback for notification of updated asset contents.voiddeletedAssetContents(Id notificationId, IdList assetContentIds) The callback for notification of deleted asset contents.voidnewAssetContents(Id notificationId, IdList assetContentIds) The callback for notifications of new asset contents.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssetContents
-
changedAssetContents
-
deletedAssetContents
-