Advertisement
Guest User

Untitled

a guest
May 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mójStrumień.addListener({ // ustaw nasłuchiwacza
  2.   next (event) {
  3.     // wykonaj akcję na kolejne zdarzenie
  4.   },
  5.   error (error) {
  6.     // wykonaj akcję na zdarzenie błędu
  7.   },
  8.   complete () {
  9.     // wykonaj akcję na zdarzenie zakończenia
  10.   },
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement