Class WeatherBroadcastReceiver
- java.lang.Object
-
- BroadcastReceiver
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherBroadcastReceiver
-
public class WeatherBroadcastReceiver extends BroadcastReceiver
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
WEATHER_EXTRA
-
Constructor Summary
Constructors Constructor Description WeatherBroadcastReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onReceive(Context context, Intent intent)
-
-
-
Field Detail
-
WEATHER_EXTRA
public static final java.lang.String WEATHER_EXTRA
- See Also:
- Constant Field Values
-
-