Interface | osid.mapping.MapReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The map receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newMaps | ||
Description |
The callback for notifications of new maps. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mapIds | the Ids of the new Maps | |
Compliance | mandatory | This method must be implemented. | |
Method | changedMaps | ||
Description |
The callback for notification of updated map. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mapIds | the Ids of the updated Maps | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedMaps | ||
Description |
The callback for notification of deleted maps. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mapIds | the Ids of the deleted Maps | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfMaps | ||
Description |
The callback for notifications of changes to children of map hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | mapIds | the Ids of the Maps whose children have
changed | |
Compliance | mandatory | This method must be implemented. |