Interface ModuleReceiver
- All Superinterfaces:
OsidReceiver
The module receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted modules.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedModules(Id notificationId, IdList moduleIds) The callback for notifications of updated modules.voiddeletedModules(Id notificationId, IdList moduleIds) the callback for notification of deleted modules.voidnewModules(Id notificationId, IdList moduleIds) The callback for notifications of new modules.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newModules
-
changedModules
-
deletedModules
-