Interface ParameterReceiver
- All Superinterfaces:
OsidReceiver
The parameter receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Parameter
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedParameters(Id notificationId, IdList parameterIds) The callback for notification of updated parameters.voiddeletedParameters(Id notificationId, IdList parameterIds) the callback for notification of deleted parameters.voidnewParameters(Id notificationId, IdList parameterIds) The callback for notifications of new parameters.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newParameters
-
changedParameters
-
deletedParameters
-