Skip to content

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

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions