OSID Logo
OSID Specifications
mapping package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListmapIds the Ids of the new Maps
Compliancemandatory This method must be implemented.
MethodchangedMaps
Description

The callback for notification of updated map.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListmapIds the Ids of the updated Maps
Compliancemandatory This method must be implemented.
MethoddeletedMaps
Description

The callback for notification of deleted maps.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListmapIds the Ids of the deleted Maps
Compliancemandatory This method must be implemented.
MethodchangedChildOfMaps
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListmapIds the Ids of the Maps whose children have changed
Compliancemandatory This method must be implemented.