Sorry if I didn't make it clear enough: "With the static instance, everyone shares exactly the same [instance]", which means that you cannot choose, for a particular object, to use a different instance (e.g. ResettableEventBus), unless you make that object "depend" explicitly on the other instance (in other words, this is a "everyone *must* use the same instance", not a "everyone uses the same instance by default"). That means you're tightly coupling your objects with the eventbus, when you chose to use an EventBus in the first place to decouple your objects [sic].
(oh, and "injecting" doesn't necessarily mean GIN or a DI framework/tool ;-) ) -- 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/-/NukiqMbwIuMJ. 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.
