| Interface | osid.room.squatting.LeaseReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The lease receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newLeases | ||
| Description |
The callback for notifications of new leases. | ||
| Parameters | osid.id.IdList | leaseIds | the Ids of the new Leases |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedLeases | ||
| Description |
The callback for notification of updated leases. | ||
| Parameters | osid.id.IdList | leaseIds | the Ids of the updated Leases |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedLeases | ||
| Description |
the callback for notification of deleted leases. | ||
| Parameters | osid.id.IdList | leaseIds | the Ids of the registered Leases |
| Compliance | mandatory | This method must be implemented. | |