I am using MVP4g and GWT EXT. I want to store some info locally inside
my application and can be used throughout all presenters in my system.
Where is the best place to put it? A reference of the object in the
event bus?
@Events( startView = MainView.class )
public interface MainEventBus extends EventBus {
@Start
@Event( handlers = LoginPresenter.class)
public void start();
........
Lewis
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.