Package at.jku.ssw.fp.sect10_5
-
Class Summary Class Description Demo1_Serialize Demo program showing the serialization of events by methodObservable.serialize()
}.Demo2_SubscribeOn Demo program showing the how to useObservable.subscribeOn(io.reactivex.Scheduler)
for asynchronous event processing.Demo3_AsyncWithFlatMap Demo program showing the how to useObservable.flatMap(io.reactivex.functions.Function<? super T, ? extends io.reactivex.ObservableSource<? extends R>>)
for asynchronous event processing.Demo4_ObserveOn Demo program showing the how to useObservable.observeOn(io.reactivex.Scheduler)
for asynchronous event handling in consumers.Demo4_ObserveOnJavaFXScheduler SwingScheduler Executes work on the Swing UI thread.SwingScheduler.SwingWorker