public abstract class Spore<I,O> extends Object implements Serializable
| Constructor and Description |
|---|
Spore() |
| Modifier and Type | Method and Description |
|---|---|
void |
finished() |
Callback<O> |
getCb() |
abstract void |
local(O result,
Object error) |
protected void |
receive(O result,
Object err) |
abstract void |
remote(I input) |
Copyright © 2014. All rights reserved.