Package com.jbstrap.core.event
Class CalendarMoveScheduleEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.BaseJBStrapEvent
com.jbstrap.core.event.CalendarMoveScheduleEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe schedule's new ending date.The schedule's new start date.Gets the instance of the moved ScheduleMethods inherited from class com.jbstrap.core.event.BaseJBStrapEvent
fireEvent
Methods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
CalendarMoveScheduleEvent
public CalendarMoveScheduleEvent()
-
-
Method Details
-
getSchedule
Gets the instance of the moved Schedule- Returns:
- The instance of the moved Schedule
-
getNewStartDate
The schedule's new start date. The schedule is changed to this date.- Returns:
- The new starting date
-
getNewEndDate
The schedule's new ending date.- Returns:
- The new ending date
-