Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StaticEventBus.dispatchEvent(event) never returns??? #119

Open
GoogleCodeExporter opened this issue Mar 13, 2016 · 2 comments
Open

StaticEventBus.dispatchEvent(event) never returns??? #119

GoogleCodeExporter opened this issue Mar 13, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Not sure how to reproduce the problem, since it's been working for a while and 
suddenly stops working

To debug the problem, I put Alert.show(...) around 
StaticEventBus.dispatchEvent(event):

Alert.show("Firing event");
StaticEventBus.dispatchEvent(event);
Alert.show("Event fired");

and it never gets to the second Alert.



What version of the product are you using? On what operating system?
bytecode: 1.0
collections: 1.3.2
eventbus: 1.2-SNAPSHOT (as of 3/20/2012)
lang: 0.3.5
logging: 2.7
reflect: 1.5

On Windows XP

Original issue reported on code.google.com by [email protected] on 22 Mar 2012 at 6:12

@GoogleCodeExporter
Copy link
Author

Hi there,

I'm sorry but I can't reproduce this problem with the latest trunk. Can you 
post a sample app that demonstrates the problem?

cheers,

Roland

Original comment by ihatelivelyids on 22 Mar 2012 at 10:55

@GoogleCodeExporter
Copy link
Author

Original comment by ihatelivelyids on 22 Mar 2012 at 10:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant