[ImageJ-devel] ImageJ2 plugin thread question

Johannes Schindelin Johannes.Schindelin at gmx.de
Sat Feb 15 10:27:46 CST 2014


Hi Yili,

On Sat, 15 Feb 2014, Yili Zhao wrote:

>   By the way, it seems that there is a "event bus" framework in ImageJ2. I
> just did a quick search, and found two "EventBus" frameworks: one is from
> http://eventbus.org/, another one is from Google's Guava
> https://code.google.com/p/guava-libraries/wiki/EventBusExplained.
> 
>   It seems that ImageJ2 uses EventBus from http://eventbus.org/, why?

It was stable and available from Maven Central at the time we had to pick
one.

Please also note that the abstraction of the EventService does not leak
the implementation detail of what event service exactly is used. So we are
free to change the backend when -- and if! -- appropriate.

Ciao,
Johannes



More information about the ImageJ-devel mailing list