Class EventMovedEventData<CEVENT>
- java.lang.Object
-
- org.teamapps.ux.component.calendar.EventMovedEventData<CEVENT>
-
public class EventMovedEventData<CEVENT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventMovedEventData(CEVENT event, java.time.Instant newStart, java.time.Instant newEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CEVENTgetEvent()java.time.InstantgetNewEnd()java.time.InstantgetNewStart()
-