public class BACIDispatchAction.DispatchRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Completion |
completion
Completion.
|
int |
type
Callback type.
|
java.lang.Object |
value
Return value.
|
| Constructor and Description |
|---|
DispatchRequest(int type,
Completion completion)
No value constructor.
|
DispatchRequest(int type,
Completion completion,
java.lang.Object value)
No value constructor.
|
public java.lang.Object value
public Completion completion
public int type
public DispatchRequest(int type,
Completion completion)
type - type of callback (working/done).completion - completion.public DispatchRequest(int type,
Completion completion,
java.lang.Object value)
type - type of callback (working/done).completion - completion.value - value.