public class Ecus extends Object
| Constructor and Description |
|---|
Ecus(HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetchAllEcuElementValues(String ecuName,
WvaCallback<android.util.Pair<String,String>> callback)
Underlying implementation of
WVA.fetchAllEcuElementValues(String, WvaCallback) |
void |
fetchEcuElements(String ecuName,
WvaCallback<Set<String>> callback)
Underlying implementation of
WVA.fetchEcuElements(String, WvaCallback) |
void |
fetchEcuElementValue(String ecuName,
String element,
WvaCallback<String> callback)
Underlying implementation of
WVA.fetchEcuElementValue(String, String, WvaCallback) |
void |
fetchEcus(WvaCallback<Set<String>> onInitialized)
Underlying implementation of
WVA.fetchEcus(WvaCallback) |
Set<String> |
getCachedEcuElements(String ecuName)
Underlying implementation of
WVA.getCachedEcuElements(String) |
String |
getCachedEcuElementValue(String ecuName,
String element)
Underlying implementation of
WVA.getCachedEcuElementValue(String, String) |
Set<String> |
getCachedEcus()
Underlying implementation of
WVA.getCachedEcus() |
public Ecus(HttpClient httpClient)
public void fetchEcus(WvaCallback<Set<String>> onInitialized)
WVA.fetchEcus(WvaCallback)public Set<String> getCachedEcus()
WVA.getCachedEcus()public void fetchEcuElements(String ecuName, WvaCallback<Set<String>> callback)
WVA.fetchEcuElements(String, WvaCallback)public Set<String> getCachedEcuElements(String ecuName)
WVA.getCachedEcuElements(String)public void fetchEcuElementValue(String ecuName, String element, WvaCallback<String> callback)
WVA.fetchEcuElementValue(String, String, WvaCallback)public String getCachedEcuElementValue(String ecuName, String element)
WVA.getCachedEcuElementValue(String, String)public void fetchAllEcuElementValues(String ecuName, WvaCallback<android.util.Pair<String,String>> callback)
WVA.fetchAllEcuElementValues(String, WvaCallback)