Accessing the Current Event

Behind the scenes, the event bus wraps up your method call in an event object. This object is what gets queued and delivered to be executed against your subscribers. You can retrieve this object at any time during event delivery using its thread-local accessor EventBus.getCurrentEvent().

Mobile Analytics