Class CalendarLifeCycleEvent

    • Constructor Detail

      • CalendarLifeCycleEvent

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