Difference between revisions of "RxJava"

From BITPlan Wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
hide circle  
 
hide circle  
 
package rx {
 
package rx {
  note top of Observer: Provides a mechanism for receiving push-based notifications see [[http://reactivex.io/RxJava/javadoc/rx/Observer.html javadoc]]
+
  note top of Observer Provides a mechanism  
 +
for receiving push-based notifications see [[http://reactivex.io/RxJava/javadoc/rx/Observer.html  
 +
javadoc]]
 +
end note
 
   interface Observer {
 
   interface Observer {
 
     void onCompleted()
 
     void onCompleted()

Revision as of 14:33, 2 March 2020