OSID Logo
OSID Specifications
room squatting package
Version 3.0.0
Interfaceosid.room.squatting.DeedReceiver
Implementsosid.OsidReceiver
Description

The deed receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Deed objects.

MethodnewDeeds
Description

The callback for notifications of new deeds.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdeedIdsthe Ids of the new Deeds
CompliancemandatoryThis method must be implemented.
MethodchangedDeeds
Description

The callback for notification of updated deeds.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdeedIdsthe Ids of the updated Deeds
CompliancemandatoryThis method must be implemented.
MethoddeletedDeeds
Description

the callback for notification of deleted deeds.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListdeedIdsthe Ids of the registered Deeds
CompliancemandatoryThis method must be implemented.