Re: EventBus problem

2013-08-21 Thread Michael Prentice
I can't see in the code where you initialize your eventBus. I also can't see where you set it on your presenter. I know that Eric K was saying that he doesn't fire events in his JUnit tests, instead he just calls the handler directly on the presenter and passes in the event. On Tuesday,

EventBus problem

2013-08-20 Thread df
Hello I want to initialize my widget by data. I sent by eventbus to them event indicating that there is new object. I tried to work with eventbus in 3 ways 1: for(Unit unit : createTestData()){ eventBus.fireEvent(new ScenarioElementEvent(new UnitStoreElementUnit(unit, null),