To post an event, all you need to do is obtain an instance of an EventBus – typically via the getDefault() method on EventBus — and call post() on it, passing in the event to be delivered to any interested party within your app
To post an event, all you need to do is obtain an instance of an EventBus – typically via the getDefault() method on EventBus — and call post() on it, passing in the event to be delivered to any interested party within your app