Class CalendarCreateEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.core.calendar.event.AbstractCalendarEvent
com.bytedesk.core.calendar.event.CalendarCreateEvent
All Implemented Interfaces:
Serializable

public class CalendarCreateEvent extends AbstractCalendarEvent
Event published when a new calendar is created.
See Also:
  • Field Details

  • Constructor Details

    • CalendarCreateEvent

      public CalendarCreateEvent(CalendarEntity calendar)