Interface AppointmentReceiver
- All Superinterfaces:
OsidReceiver
The appointment receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted appointments.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAppointments(Id notificationId, IdList appointmentIds) The callback for notifications of updated appointments.voiddeletedAppointments(Id notificationId, IdList appointmentIds) the callback for notification of deleted appointments.voidnewAppointments(Id notificationId, IdList appointmentIds) The callback for notifications of new appointments.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAppointments
-
changedAppointments
-
deletedAppointments
-