Merge pull request #585 from fluency03/master

add RxJava to Real world examples of observer
This commit is contained in:
Ilkka Seppälä 2017-06-14 20:12:32 +03:00 committed by GitHub
commit 37cd4cbb3b

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