Catching multiple events from guava eventbus -


i catch multiple events in case run method several arguments. there possibility achieve without writing own dispatcher glue events together?

no, eventbus directly dispatches events listeners. has no knowledge of how various events relate each other, how glue them, when stop, etc.

you can in listener subcribed various needed events, though, guess that's call "writing own dispatcher". has write @ point.


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -