Interface InstructionReceiver
- All Superinterfaces:
OsidReceiver
The instruction receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted instructions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedInstructions(Id notificationId, IdList instructionIds) The callback for notification of updated instructions.voiddeletedInstructions(Id notificationId, IdList instructionIds) The callback for notification of deleted instructions.voidnewInstructions(Id notificationId, IdList instructionIds) The callback for notifications of new instructions.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newInstructions
-
changedInstructions
-
deletedInstructions
-