OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.sequencing.AntimatroidReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewAntimatroids
Description

The callback for notifications of new antimatroids.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListantimatroidIdsthe Ids of the new Antimatroids
CompliancemandatoryThis method must be implemented.
MethodchangedAntimatroids
Description

The callback for notification of updated antimatroid.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListantimatroidIdsthe Ids of the updated Antimatroids
CompliancemandatoryThis method must be implemented.
MethoddeletedAntimatroids
Description

The callback for notification of deleted antimatroids.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListantimatroidIdsthe Ids of the deleted Antimatroids
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfAntimatroids
Description

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

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