public interface IAppointmentListener
Modifier and Type | Method and Description |
---|---|
String |
appointmentDateChanged(int nIdAppointment,
int nIdSlot,
Locale locale)
Notify the listener that the date of an appointment has changed.
|
void |
notifyAppointmentRemoval(int nIdAppointment)
Notify the listener that an appointment has been removed
|
void notifyAppointmentRemoval(int nIdAppointment)
nIdAppointment
- The id of the appointmentString appointmentDateChanged(int nIdAppointment, int nIdSlot, Locale locale)
nIdAppointment
- the id of the appointmentnIdSlot
- The new slot of the appointmentlocale
- The locale to display error messages withCopyright © 2018 City of Paris. All rights reserved.