I am using an event bus (greenrobot) for communication between fragments and activities. Works great.
But one thing I was wondering about: How do people keep track of where these are fired?
Example: When I see an onEvent()
method somewhere, how can I find the places where this gets fired?