Class CalendarMoveScheduleEvent


public class CalendarMoveScheduleEvent extends BaseJBStrapEvent
This class contains the data about the calendar move schedule event. This occurs when a schedule is moved. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The instance of the component, on which the event occurred
  • The event's unique ID
  • The instance of the moved calendar schedule
  • The new start date of the schedule
  • The new end date of the schedule
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • CalendarMoveScheduleEvent

      public CalendarMoveScheduleEvent()
  • Method Details

    • getSchedule

      public Schedule getSchedule()
      Gets the instance of the moved Schedule
      Returns:
      The instance of the moved Schedule
    • getNewStartDate

      public Date getNewStartDate()
      The schedule's new start date. The schedule is changed to this date.
      Returns:
      The new starting date
    • getNewEndDate

      public Date getNewEndDate()
      The schedule's new ending date.
      Returns:
      The new ending date