Interface | osid.calendaring.rules.OffsetEventEnablerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The offset event enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted offset event enablers. | ||
Method | newOffsetEventEnablers | ||
Description |
The callback for notifications of new offset event enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offsetEventEnablerIds | the Id of the new OffsetEventEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedOffsetEventEnablers | ||
Description |
The callback for notification of updated offset event enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offsetEventEnablerIds | the Id of the updated OffsetEventEnablers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedOffsetEventEnablers | ||
Description |
The callback for notification of deleted offset event enablers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | offsetEventEnablerIds | the Id of the deleted OffsetEventEnablers | |
Compliance | mandatory | This method must be implemented. |