declex icon indicating copy to clipboard operation
declex copied to clipboard

Option to pass to @Event annotation where the method should be runned

Open smaugho opened this issue 7 years ago • 0 comments

DecleX is linked to EventBus, and this has the option to indicate where to run the Event Method (UIThread, BackgroundThread, PostingThread). There should be an option in @Event to be able to pass this parameter to the framework.

Consider the case where there's more than one method pointing to the same event in the same class.

smaugho avatar Mar 23 '17 03:03 smaugho