public class TaskGraphTaskEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
GROUP_EVENT |
static int |
NON_GROUP_EVENT |
static int |
TASK_CREATED |
static int |
TASK_REMOVED |
static int |
UNGROUP_EVENT |
| Constructor and Description |
|---|
TaskGraphTaskEvent(int id,
TaskGraph taskgraph,
Task task,
int groupevent)
Constructs a task graph task event
|
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupEventID() |
int |
getID() |
Task |
getTask() |
TaskGraph |
getTaskGraph() |
public static final int TASK_CREATED
public static final int TASK_REMOVED
public static final int NON_GROUP_EVENT
public static final int GROUP_EVENT
public static final int UNGROUP_EVENT
public int getID()
public int getGroupEventID()
public TaskGraph getTaskGraph()
public Task getTask()