Class CalendarChange
java.lang.Object
com.codename1.calendar.CalendarChange
Describes a local notification or delta-sync change.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCalendarChange(String sourceId, String calendarId, String itemId, CalendarChange.EntityType entityType, CalendarChange.ChangeType changeType) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CalendarChange
public CalendarChange(String sourceId, String calendarId, String itemId, CalendarChange.EntityType entityType, CalendarChange.ChangeType changeType)
-
-
Method Details
-
getSourceId
-
getCalendarId
-
getItemId
-
getEntityType
-
getChangeType
-