Added in API level 5
public static interface

CMWeatherManager.WeatherUpdateRequestListener

cyanogenmod.weather.CMWeatherManager.WeatherUpdateRequestListener

Class Overview

Interface used to receive notifications upon completion of a weather update request

Summary

Public Methods
abstract void onWeatherRequestCompleted(int status, WeatherInfo weatherInfo)
This method will be called when the weather service provider has finished processing the request

Public Methods

public abstract void onWeatherRequestCompleted (int status, WeatherInfo weatherInfo)

Added in API level 5

This method will be called when the weather service provider has finished processing the request

Parameters
status See CMWeatherManager.RequestStatus
weatherInfo A fully populated WeatherInfo if state is COMPLETED, null otherwise