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

Allow for explicit class targeting when registering producer/subscriber methods #182

Open wildsmith opened 8 years ago

wildsmith commented 8 years ago

When registering/unregistering within parent classes consumers now have the ability to point to the parent and use producer/subscriber annotated methods within. This uses the child class instance to reflectively trigger the parent class method.