OSID Logo
OSID Specifications
room squatting package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListdeedIds the Ids of the new Deeds
Compliancemandatory This method must be implemented.
MethodchangedDeeds
Description

The callback for notification of updated deeds.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdeedIds the Ids of the updated Deeds
Compliancemandatory This method must be implemented.
MethoddeletedDeeds
Description

the callback for notification of deleted deeds.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListdeedIds the Ids of the registered Deeds
Compliancemandatory This method must be implemented.