OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.AgendaReceiver
Implementsosid.OsidReceiver
Description

The agenda receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Agenda objects.

MethodnewAgendas
Description

The callback for notifications of new agendas.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListagendaIds the Ids of the new Agendas
Compliancemandatory This method must be implemented.
MethodchangedAgendas
Description

The callback for notification of updated agendas.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListagendaIds the Ids of the updated Agendas
Compliancemandatory This method must be implemented.
MethoddeletedAgendas
Description

The callback for notification of deleted agendas.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListagendaIds the Ids of the deleted Agendas
Compliancemandatory This method must be implemented.