Package at.jku.ssw.fp.sect10_5
Class Demo4_ObserveOnFX
- java.lang.Object
-
- at.jku.ssw.fp.sect10_5.Demo4_ObserveOnFX
-
public class Demo4_ObserveOnFX extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Demo4_ObserveOnFX(io.reactivex.Observable<WeatherData> weatherDataObservable)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static String
getWeatherData(URL url)
static void
main(String[] args)
-
-
-
Constructor Detail
-
Demo4_ObserveOnFX
private Demo4_ObserveOnFX(io.reactivex.Observable<WeatherData> weatherDataObservable)
-
-
Method Detail
-
main
public static void main(String[] args) throws MalformedURLException
- Throws:
MalformedURLException
-
getWeatherData
private static String getWeatherData(URL url) throws IOException
- Throws:
IOException
-
-