EntityProxyChange events are only fired in response to a RequestFactory request (just before the Receivers are called back); and the RequestFactoryServlet only "generates" such events for proxies it has seen either those sent by the client, or those it'll send to it.
Use EntityProxyChange.registerForProxyType<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/web/bindery/requestfactory/shared/EntityProxyChange.html#registerForProxyType(com.google.web.bindery.event.shared.EventBus, java.lang.Class, com.google.web.bindery.requestfactory.shared.EntityProxyChange.Handler)> to listen to those changes for a specific EntityProxy type. -- 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/-/7nVKsJbs1o4J. 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.
