public abstract class StateChangeDelegate<T> extends Object
| Constructor and Description |
|---|
StateChangeDelegate() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onStateChange(T response,
UploadContext.UploadContextState state,
EQException error) |
public abstract void onStateChange(T response, UploadContext.UploadContextState state, EQException error)
Copyright © 2014 Equilibrium. All rights reserved.