Hi Everyone, When a new range is pulled from a server UPDATE events are fired for every pulled entity proxy. The same UPDATE is fired when the entity actually changes (its version). What, based on your experience, is the best way to react only on the real proxy change and ignore the first encounter?
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/requestfactory/shared/WriteOperation.html <http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/requestfactory/shared/WriteOperation.html> *An UPDATE event is fired whenever a client encounters a proxy for the first time, or encounters a proxy whose version number has changed* -- 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.
