¡@

Home 

java Programming Glossary: presenters

Is there a recommended way to use the Observer pattern in MVP using GWT?

http://stackoverflow.com/questions/2832779/is-there-a-recommended-way-to-use-the-observer-pattern-in-mvp-using-gwt

Program Structure This is how I did it. The Eventbus lets presenters extending the abstract class Subscriber subscribe to events.. For a more fine grained approach you can always let presenters subscribe to specific events such as NewLineAddedEvent or something.. is initialised with an Action . The action is used by presenters to determine how to update their view. An event with the action..