|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
planetj.util.TaskEvent
Constructor Summary | |
TaskEvent(java.lang.Object source)
TaskEvent constructor comment. |
Method Summary | |
java.util.Date |
getCompletionTime()
Returns the time the task completed. |
java.lang.Exception |
getException()
Return the Exception that occured while the task was executing. |
java.lang.Object |
getResult()
Return a result from the execution of the task. |
java.util.Date |
getStartTime()
Returns the time the Task started. |
void |
setResult(java.lang.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(java.lang.Object source)
source
- java.lang.ObjectMethod Detail |
public java.util.Date getCompletionTime()
public java.lang.Exception getException()
public java.lang.Object getResult()
public java.util.Date getStartTime()
public void setResult(java.lang.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 |