|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.ont.fipa.DoneAction
A wrapper for an object which signals that a given action completed with the given result
Constructor Summary | |
DoneAction()
|
Method Summary | |
Action |
getAction()
Returns the action that was executed |
Result |
getResult()
Returns the results of executing the action |
void |
setAction(Action action)
Sets the action that was executed |
void |
setResult(Result result)
Sets the result of executing the action |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoneAction()
Method Detail |
public Action getAction()
public void setAction(Action action)
action
- The action that was executedpublic Result getResult()
public void setResult(Result result)
result
- Result. The result of the action
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |