public class OperationExecutor
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
OperationExecutor.OnExecutionFinishedListener |
protected static class |
OperationExecutor.OperationTask |
| Modifier | Constructor and Description |
|---|---|
protected |
OperationExecutor(NetworkOperation operation,
OperationExecutor.OnExecutionFinishedListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
protected OperationExecutor(NetworkOperation operation, OperationExecutor.OnExecutionFinishedListener listener)