Interface StormCellsTaskCallback
-
public interface StormCellsTaskCallbackCallback interface forStormCellsTask.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStormCellsFailed(AerisError error)This method will be called when an storm cells request to the API has failed.voidonStormCellsLoaded(List<StormCellResponse> responses)This method will be called when a list of storm cells have been returned from the API.
-
-
-
Method Detail
-
onStormCellsLoaded
void onStormCellsLoaded(List<StormCellResponse> responses)
This method will be called when a list of storm cells have been returned from the API.- Parameters:
responses- List of responses
-
onStormCellsFailed
void onStormCellsFailed(AerisError error)
This method will be called when an storm cells request to the API has failed.- Parameters:
error- The aeris error regarding to the fail.
-
-