Interface AssetReceiver
- All Superinterfaces:
OsidReceiver
The asset receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Asset objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAssets(Id notificationId, IdList assetIds) The callback for notification of updated assets.voiddeletedAssets(Id notificationId, IdList assetIds) the callback for notification of deleted assets.voidThe callback for notifications of new assets.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAssets
-
changedAssets
-
deletedAssets
-