Class BookingActionNotificationEvent


public class BookingActionNotificationEvent extends SimpleBusinessEvent<BookingActionInput,Void>
Event to point out that an action notification has been booked. The launcher must provide a valid BookingActionInput in order to successfully call this event. The listener could use this event to perform actions after the booking action notification.
Since:
9.1
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • BookingActionNotificationEvent

      public BookingActionNotificationEvent(BookingActionInput bookingAction)
      Instantiates a new appointment creation event.
      Parameters:
      bookingAction - the prepared BookingActionInput