|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.QueueTool.QueueAction
public abstract static class QueueTool.QueueAction
Action to be excuted through event queue.
Even if it was executed without waiting by invoke(QueueAction)
execution process can be monitored by getResult(),
getException(), getFinished() methods.
| Constructor Summary | |
|---|---|
QueueTool.QueueAction(String description)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Action description. |
Exception |
getException()
Returns exception occured during action execution (if any). |
boolean |
getFinished()
Informs whether action has been finished or not. |
Object |
getResult()
Returns action result if action has already been finished, null otherwise. |
abstract Object |
launch()
Method to implement action functionality. |
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueTool.QueueAction(String description)
description - a description.| Method Detail |
|---|
public abstract Object launch()
throws Exception
Exceptionpublic final void run()
run in interface Runnablepublic String getDescription()
public Object getResult()
public Exception getException()
launch() method.public boolean getFinished()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||