Interface NormalsStationsTaskCallback
-
public interface NormalsStationsTaskCallbackCallback interface forNormalsStationsTask.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNormalsStationsFailed(AerisError error)This method will be called when an normals stations request to the API has failed.voidonNormalsStationsLoaded(List<NormStationsResponse> responses)This method will be called when a list of normals stations have been returned from the API.
-
-
-
Method Detail
-
onNormalsStationsLoaded
void onNormalsStationsLoaded(List<NormStationsResponse> responses)
This method will be called when a list of normals stations have been returned from the API.- Parameters:
responses- List of responses
-
onNormalsStationsFailed
void onNormalsStationsFailed(AerisError error)
This method will be called when an normals stations request to the API has failed.- Parameters:
error- The aeris error regarding to the fail.
-
-