Class EntityProxyChange<P extends EntityProxy>

java.lang.Object
com.google.web.bindery.event.shared.Event<EntityProxyChange.Handler<P>>
com.google.web.bindery.requestfactory.shared.EntityProxyChange<P>
Type Parameters:
P - the type of the proxy

public class EntityProxyChange<P extends EntityProxy> extends Event<EntityProxyChange.Handler<P>>
Event posted by a RequestFactory when changes to an entity are detected. Provides a WriteOperation value describing the change, and the EntityProxyId of the entity in question.

EntityProxyChange events are posted with the relevant EntityProxy Class as their source, allowing handlers to register for changes only of the type they care about via registerForProxyType(EventBus, Class, Handler).

See Also: