Package com.adobe.granite.taskmanagement
Class TaskEvent
java.lang.Object
org.osgi.service.event.Event
com.adobe.granite.taskmanagement.TaskEvent
TaskManagement Event
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe event property name for the type of the event.static final StringThe event property name for the name of the type of event.static final StringThe Id of the task associated with this event.static final StringThe tasktype name of the task associated with this event.static final StringTopic for Task Events -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHelper to return the task event type for this eventHelper to return the task id for this task event.Helper to return the task type for this taskMethods inherited from class org.osgi.service.event.Event
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
-
Field Details
-
TOPIC
Topic for Task Events- See Also:
-
TASK_ID
The Id of the task associated with this event.- See Also:
-
TASK_TYPE_NAME
The tasktype name of the task associated with this event.- See Also:
-
TASK_EVENT_TYPE
The event property name for the type of the event. The value can be one of the following:- See Also:
-
TASK_EVENT_TYPE_STRING
The event property name for the name of the type of event.- See Also:
-
-
Constructor Details
-
TaskEvent
-
-
Method Details
-
getEventType
Helper to return the task event type for this event- Returns:
- the task event type
-
getTaskId
Helper to return the task id for this task event.- Returns:
- the Id of the task associated with this event.
-
getTaskType
Helper to return the task type for this task- Returns:
- task type string
-