Class BookingUpdateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.ai.demos.booking.event.AbstractBookingEvent
com.bytedesk.ai.demos.booking.event.BookingUpdateEvent
All Implemented Interfaces:
Serializable

public class BookingUpdateEvent extends AbstractBookingEvent
Event published when an existing booking is updated.
See Also:
  • Field Details

  • Constructor Details

    • BookingUpdateEvent

      public BookingUpdateEvent(BookingEntity booking)