|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Beta public @interface AllowConcurrentEvents
Marks an event handling method as being thread-safe. This annotation indicates that EventBus may invoke the event handler simultaneously from multiple threads.
This does not mark the method as an event handler, and so should be used
in combination with Subscribe
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |