OSID Logo
OSID Specifications
sequencing package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListantimatroidIds the Ids of the new Antimatroids
Compliancemandatory This method must be implemented.
MethodchangedAntimatroids
Description

The callback for notification of updated antimatroid.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListantimatroidIds the Ids of the updated Antimatroids
Compliancemandatory This method must be implemented.
MethoddeletedAntimatroids
Description

The callback for notification of deleted antimatroids.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListantimatroidIds the Ids of the deleted Antimatroids
Compliancemandatory This method must be implemented.
MethodchangedChildOfAntimatroids
Description

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

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