Interface InputReceiver
- All Superinterfaces:
OsidReceiver
The input receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Input objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedInputs(Id notificationId, IdList inputIds) The callback for notification of updated inputs.voiddeletedInputs(Id notificationId, IdList inputIds) The callback for notification of deleted inputs.voidThe callback for notifications of new inputs.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newInputs
-
changedInputs
-
deletedInputs
-