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
Post a Comment