|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.altair.hwm.beans.utils.events.HWMWorkflowEvent
public class HWMWorkflowEvent
Title: HWMWorkflowEvent
Description: The workflow event object
Company: Altair Engineering, Inc.
| Field Summary | |
|---|---|
static int |
WORKFLOW_TASK_CHANGED
The type of workflow event |
static int |
WORKFLOW_TASKPLAYOPTION_CHANGED
|
static int |
WORKFLOW_TASKSTATE_CHANGED
|
| Constructor Summary | |
|---|---|
HWMWorkflowEvent(IHWMWorkflow iWorkflow,
java.lang.Object objSrc,
int nEvent,
java.lang.String strTaskName,
int nTaskState,
int nPlayOption)
Constructor |
|
| Method Summary | |
|---|---|
int |
GetEventType()
Return the event type |
java.lang.String |
GetTaskName()
Return the task name The current task name if event = WORKFLOW_TASK_CHANGED or the name of the task whose state/play option has been changed if event = WORKFLOW_TASKSTATE_CHANGED or WORKFLOW_TASKPLAYOPTION_CHANGED |
int |
GetTaskPlayOption()
Return the task's play option |
int |
GetTaskState()
Return the task state |
IHWMWorkflow |
GetWorkflowModel()
Get the workflow interface |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static int WORKFLOW_TASK_CHANGED
public static int WORKFLOW_TASKSTATE_CHANGED
public static int WORKFLOW_TASKPLAYOPTION_CHANGED
| Constructor Detail |
|---|
public HWMWorkflowEvent(IHWMWorkflow iWorkflow,
java.lang.Object objSrc,
int nEvent,
java.lang.String strTaskName,
int nTaskState,
int nPlayOption)
iWorkflow - The workflow interfaceobjSrc - The source of the eventnEvent - One of the WORKFLOW_TASKXXX_CHANGED eventstrTaskName - The task namenTaskState - The task statenPlayOption - The task's play option| Method Detail |
|---|
public int GetEventType()
public java.lang.String GetTaskName()
public int GetTaskState()
public int GetTaskPlayOption()
public IHWMWorkflow GetWorkflowModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||