OSID Logo
OSID Specifications
room squatting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.squatting.LeaseReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewLeases
Description

The callback for notifications of new leases.

Parametersosid.id.IdListleaseIdsthe Ids of the new Leases
CompliancemandatoryThis method must be implemented.
MethodchangedLeases
Description

The callback for notification of updated leases.

Parametersosid.id.IdListleaseIdsthe Ids of the updated Leases
CompliancemandatoryThis method must be implemented.
MethoddeletedLeases
Description

the callback for notification of deleted leases.

Parametersosid.id.IdListleaseIdsthe Ids of the registered Leases
CompliancemandatoryThis method must be implemented.