|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WorkerEngine.WorkerCallback
This defines an interface for receiving results from a subprocess.
| Method Summary | |
|---|---|
void |
callback(java.lang.Object msg)
The task would send zero or more non-null Objects to this handler (the objects will be serialized by the sub JVM and deserialized in the parent JVM). |
void |
done()
If the task completed successfully, this method will be called. |
void |
fail()
If the task terminated with an error, this method will be called. |
| Method Detail |
|---|
void callback(java.lang.Object msg)
void done()
void fail()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||