|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--planetj.util.TaskEvent
| Constructor Summary | |
TaskEvent(Object source)
TaskEvent constructor comment. |
|
| Method Summary | |
Date |
getCompletionTime()
Returns the time the task completed. |
Exception |
getException()
Return the Exception that occured while the task was executing. |
Object |
getResult()
Return a result from the execution of the task. |
Date |
getStartTime()
Returns the time the Task started. |
void |
setResult(Object pResult)
Sets a result from the execution of the task. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TaskEvent(Object source)
source - java.lang.Object| Method Detail |
public Date getCompletionTime()
public Exception getException()
public Object getResult()
public Date getStartTime()
public void setResult(Object pResult)
pResult - The result from executing the task.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||