Android Dev: EventBus : Publisher + Subscriber

While trying to implement a feature for AntennaPod to allow users to auto skip intros and endings in this pull request #3975, I need to be able publish the event when a preference has changed and for a previous object with state that has already read the value of the preference to refresh it’s content.

I’m starting to learn on org.greenrobot.evenbus, and came across this funny term POJO