EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

How to use eventbus in normal java application

Open xsxkair opened this issue 4 years ago • 1 comments

i can use eventbus good in android, but i don`t know how to register and unregister in normal java application, could you tell me where is the samples about this? thanks

xsxkair avatar Sep 06 '19 01:09 xsxkair

Sorry, none that I am aware of. I guess you typically register for the lifetime of the application. Or you have to explicitly un-register once you are done with an object.

greenrobot-team avatar Sep 09 '19 12:09 greenrobot-team