|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--fipaos.agent.task.event.TaskEvent
|
+--fipaos.agent.task.event.ChildDoneEvent
|
+--fipaos.agent.task.event.ChildDoneWithResultEvent
Reperesents the unhandled event when a child-Task completes with a result
| Constructor Summary | |
ChildDoneWithResultEvent(Task child,
java.lang.Object result)
Creates the event, indicating that the given child-Task has completed and the result |
|
| Method Summary | |
java.lang.Object |
getResult()
Returns the result of the completion |
void |
removeReferences()
Removes all references to other objects to aid garbage collection |
| Methods inherited from class fipaos.agent.task.event.ChildDoneEvent |
getChildTask |
| Methods inherited from class fipaos.agent.task.event.TaskEvent |
getTimeSinceTimestamp, getTimestamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChildDoneWithResultEvent(Task child,
java.lang.Object result)
child - child-Task that has completedresult - Result of the completion| Method Detail |
public java.lang.Object getResult()
public void removeReferences()
removeReferences in class ChildDoneEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||