|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.jdtaus.core.monitor.TaskEvent
Event produced by a .
| Field Summary | |
static int |
CHANGED_STATE
Event constant indicating that state of a changed. |
static int |
ENDED
Event constant indicating the end of a . |
static int |
STARTED
Event constant indicating the start of a . |
| Constructor Summary | |
TaskEvent(Task source,
int type)
Creates a new instance of . |
|
| Method Summary | |
Task |
getTask()
Accessor to the producing the event. |
int |
getType()
Getter for property . |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CHANGED_STATE
public static final int ENDED
public static final int STARTED
| Constructor Detail |
public TaskEvent(Task source,
int type)
source - the task producing the new event.type - constant indicating the type of the event.
IllegalArgumentException - if is not equal to one of
the constants , or .| Method Detail |
public final Task getTask()
public final int getType()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||