public interface ValueReceiver extends OsidReceiver
The value receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Values
.
| Modifier and Type | Method and Description |
|---|---|
void |
changedValues(Id notificationId,
IdList valueIds)
The callback for notification of changed values.
|
void |
deletedValues(Id notificationId,
IdList valueIds)
The callback for notification of removed values.
|
void |
newValues(Id notificationId,
IdList valueIds)
The callback for notification of new values.
|
down, upvoid newValues(Id notificationId, IdList valueIds)
notificationId - the notification Id valueIds - the Ids of the Values mandatory - This method must be implemented. void changedValues(Id notificationId, IdList valueIds)
notificationId - the notification Id valueIds - the Ids of the Values mandatory - This method must be implemented.