Class CalendarEventLifeCycleEvent

    • Constructor Detail

      • CalendarEventLifeCycleEvent

        public CalendarEventLifeCycleEvent​(ResourceEvent.Type type,
                                           @NotNull
                                           @NotNull CalendarEvent... calendarEvent)
        Constructs a new lifecycle event with the specified type and that implies the specified CalendarEvent instances, each of them representing a different state in the lifecycle of the calendar event.
        Parameters:
        type - the type of the lifecycle event (the type of the transition occurring in the calendar event's lifecycle).
        calendarEvent - the states of a calendar event concerned by a state transition in its lifecycle.