|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FutureRunnable
A future runnable is used for running futures in the background (in a different thread)
| Method Summary | |
|---|---|
void |
failed(String reason)
A run() method that fails is very silent, thus we provide failed, which can be used to set a future to fail. |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void failed(String reason)
reason - The reason why something failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||