|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object charly.client.ChTaskEvent
Field Summary | |
private int |
action
|
private ChTask |
task
|
static int |
TASK_ABORTED
|
static int |
TASK_STARTED
|
static int |
TASK_STOPPED
|
Constructor Summary | |
ChTaskEvent(ChTask task,
int action)
|
Method Summary | |
int |
getAction()
|
ChTask |
getTask()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TASK_STARTED
public static final int TASK_ABORTED
public static final int TASK_STOPPED
private ChTask task
private int action
Constructor Detail |
public ChTaskEvent(ChTask task, int action)
Method Detail |
public int getAction()
public ChTask getTask()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |