EventBus
EventBus copied to clipboard
How to use eventbus in normal java application
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
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.