square / otto

An enhanced Guava-based event bus with emphasis on Android support.
http://square.github.io/otto/
Apache License 2.0
5.17k stars 848 forks source link

Private EventHandler makes it impossible to override Bus#dispatch #194

Open thiagohiraisc opened 8 years ago

thiagohiraisc commented 8 years ago

It would be nice if EventHandler was package public, so that subclasses of Bus could override dispatch. I have that change in a local fork, but I'd rather depend on the official library.

aaronpl1 commented 6 years ago

Who are you