Class AppointmentUpdateEvent


public class AppointmentUpdateEvent extends UpdateEvent<BOAppointment>
Event to update a BOAppointment.
The launcher must provide a valid BOAppointment in order to successfully call this event.
The listener updates all the BOAppointment components starting from the event input, i.e. the given BOAppointment in which all needed components were previously updated.
Since:
17.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • AppointmentUpdateEvent

      public AppointmentUpdateEvent(BOAppointment appointment)
      Instantiates a new appointment update event.
      Parameters:
      appointment - the BOAppointment to update