Interface | osid.sequencing.AntimatroidReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The antimatroid receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newAntimatroids | ||
Description |
The callback for notifications of new antimatroids. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | antimatroidIds | the Ids of the new Antimatroids | |
Compliance | mandatory | This method must be implemented. | |
Method | changedAntimatroids | ||
Description |
The callback for notification of updated antimatroid. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | antimatroidIds | the Ids of the updated Antimatroids | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAntimatroids | ||
Description |
The callback for notification of deleted antimatroids. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | antimatroidIds | the Ids of the deleted Antimatroids | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfAntimatroids | ||
Description |
The callback for notifications of changes to children of antimatroid hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | antimatroidIds | the Ids of the Antimatroids whose children
have changed | |
Compliance | mandatory | This method must be implemented. |