| Interface | osid.mapping.path.rules.ObstacleEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The obstacle enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted obstacle enablers.  | ||
| Method | newObstacleEnablers | ||
| Description | 
                     The callback for notifications of new obstacle enablers.  | ||
| Parameters | osid.id.IdList | obstacleEnablerIds | the  Ids  of the new  ObstacleEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedObstacleEnablers | ||
| Description | 
                     The callback for notification of updated obstacle enablers.  | ||
| Parameters | osid.id.IdList | obstacleEnablerIds | the  Ids  of the updated  ObstacleEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedObstacleEnablers | ||
| Description | 
                     The callback for notification of deleted obstacle enablers.  | ||
| Parameters | osid.id.IdList | obstacleEnablerIds | the  Ids  of the deleted  ObstacleEnablers   | 
| Compliance | mandatory | This method must be implemented. | |