|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TWGTaskFrame
Field Summary | |
---|---|
static int |
MAIN_CONSOLE_SHUTDOWN
Deprecated. - replaced by TWGTaskFrame.MAIN_CONSOLE_SHUTDOWN |
static int |
SERVER_REQUESTED_CLOSE
Deprecated. - replaced by TWGTaskFrame.SERVER_REQUESTED_CLOSE |
static int |
USER_REQUESTED_CLOSE
Deprecated. - replaced by TWGTaskFrame.USER_REQUESTED_CLOSE |
Method Summary | |
---|---|
void |
consoleCancel(int cancelType)
Deprecated. Called by the console when this instance of the task frame is being cancelled. |
void |
consoleStart()
Deprecated. Called by the server to start the task frame console. |
TWGTaskActivator |
getTaskActivator()
Deprecated. Retrieve the task activation object for this task. |
void |
serverTaskEnded(int endingType)
Deprecated. Called by the console when the server task activation for this instance of the task frame has ended. |
void |
setTaskActivator(TWGTaskActivator activator)
Deprecated. This method is called prior to this task frame's thread being started (i.e. |
Field Detail |
public static final int USER_REQUESTED_CLOSE
public static final int SERVER_REQUESTED_CLOSE
public static final int MAIN_CONSOLE_SHUTDOWN
Method Detail |
public void setTaskActivator(TWGTaskActivator activator)
activator
- TWGTaskActivator object containing all the information
about the task activation that is causing this task
frame to be run. Use the getTask() and getSubtask()
methods to obtain any details about the task and
subtask being activated.public TWGTaskActivator getTaskActivator()
public void consoleCancel(int cancelType)
cancelType
- This indicates which type of cancellation is occurring.public void serverTaskEnded(int endingType)
endingType
- This indicates why the server task ended (i.e. completed
successfully, error occurred, etc.public void consoleStart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |