Interface | osid.room.squatting.DeedReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The deed receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newDeeds | ||
Description |
The callback for notifications of new deeds. | ||
Parameters | osid.id.IdList | deedIds | the Ids of the new Deeds |
Compliance | mandatory | This method must be implemented. | |
Method | changedDeeds | ||
Description |
The callback for notification of updated deeds. | ||
Parameters | osid.id.IdList | deedIds | the Ids of the updated Deeds |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDeeds | ||
Description |
the callback for notification of deleted deeds. | ||
Parameters | osid.id.IdList | deedIds | the Ids of the registered Deeds |
Compliance | mandatory | This method must be implemented. |