Skip to content

Commit 37cd4cb

Browse files
authored
Merge pull request iluwatar#585 from fluency03/master
add RxJava to Real world examples of observer
2 parents 3d29755 + 0182b84 commit 37cd4cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

observer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Use the Observer pattern in any of the following situations
3838
* [java.util.Observer](http://docs.oracle.com/javase/8/docs/api/java/util/Observer.html)
3939
* [java.util.EventListener](http://docs.oracle.com/javase/8/docs/api/java/util/EventListener.html)
4040
* [javax.servlet.http.HttpSessionBindingListener](http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpSessionBindingListener.html)
41+
* [RxJava](https://github.com/ReactiveX/RxJava)
4142

4243
## Credits
4344

0 commit comments

Comments
 (0)