add RxJava to Real world examples of observer

This commit is contained in:
Chang Liu 2017-05-30 13:22:52 +02:00 committed by GitHub
parent f87249e03b
commit 0182b840af

View File

@ -38,6 +38,7 @@ Use the Observer pattern in any of the following situations
* [java.util.Observer](http://docs.oracle.com/javase/8/docs/api/java/util/Observer.html)
* [java.util.EventListener](http://docs.oracle.com/javase/8/docs/api/java/util/EventListener.html)
* [javax.servlet.http.HttpSessionBindingListener](http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpSessionBindingListener.html)
* [RxJava](https://github.com/ReactiveX/RxJava)
## Credits