Interface ObservationConstants
-
public interface ObservationConstants
Constants for calendar observers.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARGS_CALENDAR
Argument name for processed calendarstatic String
ARGS_CALENDAR_EVENT
Argument name for processed calendar's eventstatic String
EVENT_CALENDAR_CREATED
Event id when a calendar is created.static String
EVENT_CALENDAR_DELETED
Event id when a calendar is deleted.static String
EVENT_CALENDAR_EVENT_CREATED
Event id when a calendar event is created.static String
EVENT_CALENDAR_EVENT_DELETED
Event id when a calendar event is deleted.static String
EVENT_CALENDAR_EVENT_UPDATED
Event id when a calendar event is updated.static String
EVENT_CALENDAR_MOVED
Event id when a calendar is moved.static String
EVENT_CALENDAR_RESOURCE_CREATED
Event id when a calendar resource is created.static String
EVENT_CALENDAR_RESOURCE_DELETED
Event id when a calendar resource is deleted.static String
EVENT_CALENDAR_RESOURCE_UPDATED
Event id when a calendar resource is updated.static String
EVENT_CALENDAR_UPDATED
Event id when a calendar is updated.
-
-
-
Field Detail
-
EVENT_CALENDAR_CREATED
static final String EVENT_CALENDAR_CREATED
Event id when a calendar is created.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_UPDATED
static final String EVENT_CALENDAR_UPDATED
Event id when a calendar is updated.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_DELETED
static final String EVENT_CALENDAR_DELETED
Event id when a calendar is deleted.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_MOVED
static final String EVENT_CALENDAR_MOVED
Event id when a calendar is moved.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_EVENT_CREATED
static final String EVENT_CALENDAR_EVENT_CREATED
Event id when a calendar event is created.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_EVENT_UPDATED
static final String EVENT_CALENDAR_EVENT_UPDATED
Event id when a calendar event is updated.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_EVENT_DELETED
static final String EVENT_CALENDAR_EVENT_DELETED
Event id when a calendar event is deleted.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_RESOURCE_CREATED
static final String EVENT_CALENDAR_RESOURCE_CREATED
Event id when a calendar resource is created.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_RESOURCE_UPDATED
static final String EVENT_CALENDAR_RESOURCE_UPDATED
Event id when a calendar resource is updated.- See Also:
- Constant Field Values
-
EVENT_CALENDAR_RESOURCE_DELETED
static final String EVENT_CALENDAR_RESOURCE_DELETED
Event id when a calendar resource is deleted.- See Also:
- Constant Field Values
-
ARGS_CALENDAR
static final String ARGS_CALENDAR
Argument name for processed calendar- See Also:
- Constant Field Values
-
ARGS_CALENDAR_EVENT
static final String ARGS_CALENDAR_EVENT
Argument name for processed calendar's event- See Also:
- Constant Field Values
-
-