So... what is EntityProxyChange for?

I am using EntityProxyChange to keep in sync two view (list and details of 
people). But I am not sure if this is correct. Every time I receive an 
UPDATE event, I send a new request. Because I suscribe EntityProxyChange in 
both views, list and details, I need to send two request. I use 
RequestBatcher, so practicaly only one request is sended, but anyway Its 
look ugly.

If I want to use the "same" proxy in multiples views, views which shown all 
at the same time, which is the best aproach? EntityProxyChange or create my 
owns application events.

On Sunday, January 29, 2012 4:08:42 PM UTC+1, Thomas Broyer wrote:
>
> If you already know the EntityProxyId<?> the event is about?

-- 
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/-/xZKW7hgNHQkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to