|
|||||||||
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
This represents an unprocessed "child task has invoked done()" event
Constructor Summary | |
ChildDoneEvent(Task child)
Creates the event indicating that the given Task is the completed child Task |
Method Summary | |
Task |
getChildTask()
Returns the child-Task associated with this event |
void |
removeReferences()
Removes all references to other objects to aid garbage collection |
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 ChildDoneEvent(Task child)
child
- Completed child-TaskMethod Detail |
public Task getChildTask()
public void removeReferences()
removeReferences
in class TaskEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |