i guess i got it and saved my day -again.

i just eliminated all "old"(and changed where necessary) imports and put 
"com.google.gwt.event.shared.EventBus" in each startMethod. 
but i have some bad feelings about that
- some tests call the start methods. at the moment start(panel, new 
com.google.gwt.event.shared.SimpleEventBus()) works (because i know that 
the methods don't use the event bus - all are using the eventBus injected 
on construction-time) - but this could fail. so either i use only the "old" 
eventBus in Tests (where possible) or wrap it like the managers do in a 
resttableEventBus?

- this solution feels like a workaround?! i think in future there must be 
an new AbstractActivity with "correct" start-Method (probably a 
1.4AndUpActivity ;-?)


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vpPVwBxsvYEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to