public static interface WebServiceCoordinator.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onDataReady(org.json.JSONObject jsonData)
Called when the instance data is ready.
|
void |
onWebServiceCoordinatorError(java.lang.Exception error)
Called when there is an error
|
void onDataReady(org.json.JSONObject jsonData)
jsonData - The instance datavoid onWebServiceCoordinatorError(java.lang.Exception error)
error - The exception error