0

Trying to use otto to replace our native event manager. One use case it has is the event could be subscribed by multiple listeners in different places, but only the first one received it should handle it and stops the this event's propagation.

Is this supported in otto, how to doit with otto?

lannyf
  • 9,865
  • 12
  • 70
  • 152
  • Note that Otto has been discontinued by its developers. Consider using something else (greenrobot's EventBus, `LocalBroadcastManager`, something based in RxJava, `MutableLiveData`, etc.). – CommonsWare Aug 17 '17 at 19:10
  • thanks @CommonsWare! good to know. – lannyf Aug 17 '17 at 19:33

0 Answers0