@Deprecated
public interface SitumRouteCalculatorResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onErrorReceived(int statuscode,
Header[] headers,
byte[] bytes,
java.lang.Throwable throwable)
Deprecated.
|
void |
onRouteCalculatorReceived(SitumRouteCalculator scr)
Deprecated.
|
@Deprecated void onRouteCalculatorReceived(SitumRouteCalculator scr)
scr - points of interest obtained@Deprecated
void onErrorReceived(int statuscode,
Header[] headers,
byte[] bytes,
java.lang.Throwable throwable)
statuscode - HTML status codeheaders - HTML headers. Can be nullbytes - Bytes containing the HTML responsethrowable - Error obtained