| Interface | osid.mapping.path.rules.SignalEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The signal enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted signal enablers.  | ||
| Method | newSignalEnablers | ||
| Description | 
                     The callback for notifications of new signal enablers.  | ||
| Parameters | osid.id.IdList | signalEnablerIds | the  Ids  of the new  SignalEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedSignalEnablers | ||
| Description | 
                     The callback for notification of updated signal enablers.  | ||
| Parameters | osid.id.IdList | signalEnablerIds | the  Ids  of the updated  SignalEnablers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedSignalEnablers | ||
| Description | 
                     The callback for notification of deleted signal enablers.  | ||
| Parameters | osid.id.IdList | signalEnablerIds | the  Id  sof the deleted  SignalEnablers   | 
| Compliance | mandatory | This method must be implemented. | |