OSID Logo
OSID Specifications
mapping package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.MapReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewMaps
Description

The callback for notifications of new maps.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListmapIdsthe Ids of the new Maps
CompliancemandatoryThis method must be implemented.
MethodchangedMaps
Description

The callback for notification of updated map.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListmapIdsthe Ids of the updated Maps
CompliancemandatoryThis method must be implemented.
MethoddeletedMaps
Description

The callback for notification of deleted maps.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListmapIdsthe Ids of the deleted Maps
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfMaps
Description

The callback for notifications of changes to children of map hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListmapIdsthe Ids of the Maps whose children have changed
CompliancemandatoryThis method must be implemented.