Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6917651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:45:26+00:00 2026-05-27T09:45:26+00:00

When RoboGuice fires Event, where will my event callback be executed, in which thread?

  • 0

When RoboGuice fires Event, where will my event callback be executed, in which thread?
For example, I have an activity which has do(@Observes OnUpdateUiEvent e). I also have a background thread which fires new OnUpdateUiEvent(“data”). So, my do() method will be executed in bg thread as I understood? What will be, if I annotate do() with @Background from AndroidAnnotations? Should preprocessor make call to do() in runInUiThread()?

If everything is right, I think this pattern will provide the easiest way of communicating between threads.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:45:27+00:00Added an answer on May 27, 2026 at 9:45 am

    As far as I can see here and there, you can specify the way threads should mix with events in RoboGuice, by using @Observes(EventThread.CURRENT), @Observes(EventThread.UI) or @Observes(EventThread.BACKGROUND).

    The default is “CURRENT”, which means that if you didn’t specify anything, the event listening method will be executed in the same thread as the method receiving the event.

    So yes, if you fire your event from a background thread, do() will be executed in a background thread.

    If you add @Background on the do() method, then it will always be executed in a separate thread, different from the one where you fired the event.

    If you’re not sure, put a breakpoint and watch the thread names 🙂 .

    Did that answer your question?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to package an Android app which uses RoboGuice. The .class files compile
I'm trying to build a project to uses both ActionBarSherlock v4 and Roboguice v2
Im working with Android 2.1, RoboGuice 1.1 and Guice 2.0 (without aop). My app
I have a library that I distribute using maven 2. The typical user of
Just starting my way with Roboguice for android. Tried implementing this simple context injection
I've been trying to get Roboguice to work with fragments declared in a <fragment>
I'm using Guice (Roboguice v2 to be exact with Guice v3) and I'm a
I'm using RoboGuice+SherlockActionBar-V4.0 and building a sample app to test tab-navigation , I checked
I have considerable experience in making Android applications. For my new project, we have
Is there any way in android to intercept activity method calls (just the standart

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.