Interface | osid.rules.check.AgendaReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The agenda receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newAgendas | ||
Description |
The callback for notifications of new agendas. | ||
Parameters | osid.id.IdList | agendaIds | the Ids of the new Agendas |
Compliance | mandatory | This method must be implemented. | |
Method | changedAgendas | ||
Description |
The callback for notification of updated agendas. | ||
Parameters | osid.id.IdList | agendaIds | the Ids of the updated Agendas |
Compliance | mandatory | This method must be implemented. | |
Method | deletedAgendas | ||
Description |
The callback for notification of deleted agendas. | ||
Parameters | osid.id.IdList | agendaIds | the Ids of the deleted Agendas |
Compliance | mandatory | This method must be implemented. |