Top "Event-bus" questions

Questions pertaining to Event Bus systems (e.g. GWT, otto, etc.

EventBus, register and registerSticky method

I use greenrobot EventBus library to send data between two fragments in my android app and I want to know …

android event-bus greenrobot-eventbus
EventBus vs Callbacks, which to use when?

I have many Activities which raise background tasks; the Activities will pass themselves in as having implemented a listener callback, …

android callback event-bus
Akka Event Bus Tutorial

Are there any good tutorials/explanations on how to use the the event bus in akka? I've read through the …

scala akka event-bus
Is Eventbus a Mediator or Observer Pattern?

Is Eventbus more a Mediator or an Observer? According to Google, "eventbus mediator" gets 2.430 hits and "eventbus observer" gets 3.850 hits. …

design-patterns observer-pattern event-bus mediator
EventBus : Activity does not receive event when app is in the background

I'm using EventBus to communicate between Activity and Service. Today I got a problem and don't know why. I have …

android android-fragments service background-process event-bus