public class TaskEvent
extends org.osgi.service.event.Event
Modifier and Type | Field and Description |
---|---|
static String |
TASK_EVENT_TYPE
The event property name for the type of the event.
|
static String |
TASK_EVENT_TYPE_STRING
The event property name for the name of the type of event.
|
static String |
TASK_ID
The Id of the task associated with this event.
|
static String |
TASK_TYPE_NAME
The tasktype name of the task associated with this event.
|
static String |
TOPIC
Topic for Task Events
|
Constructor and Description |
---|
TaskEvent(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
TaskEventType |
getEventType()
Helper to return the task event type for this event
|
String |
getTaskId()
Helper to return the task id for this task event.
|
String |
getTaskType()
Helper to return the task type for this task
|
public static final String TOPIC
public static final String TASK_ID
public static final String TASK_TYPE_NAME
public static final String TASK_EVENT_TYPE
public static final String TASK_EVENT_TYPE_STRING
public TaskEventType getEventType()
public String getTaskId()
public String getTaskType()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"