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