Class AppointmentInsertEvent


public class AppointmentInsertEvent extends InsertEvent<BOAppointment>
Event to insert a BOAppointment.
The launcher must provide a valid appointment in order to successfully call this event.
The listener inserts the given BOAppointment.
Since:
17.0
GCApi:
event
Reactors:
BTAppointmentInsert(0)
No Spouts
  • Constructor Details

    • AppointmentInsertEvent

      public AppointmentInsertEvent(BOAppointment input)
      Instantiates a new appointment insert event
      Parameters:
      input - the appointment to insert