GWT 2.3.0

Uses of Interface
com.google.web.bindery.requestfactory.shared.EntityProxyChange.Handler

Packages that use EntityProxyChange.Handler
com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. 
 

Uses of EntityProxyChange.Handler in com.google.web.bindery.requestfactory.shared
 

Methods in com.google.web.bindery.requestfactory.shared that return types with arguments of type EntityProxyChange.Handler
 Event.Type<EntityProxyChange.Handler<P>> EntityProxyChange.getAssociatedType()
          Returns the type associated with this instance.
 

Methods in com.google.web.bindery.requestfactory.shared with parameters of type EntityProxyChange.Handler
protected  void EntityProxyChange.dispatch(EntityProxyChange.Handler<P> handler)
           
static
<P extends EntityProxy>
HandlerRegistration
EntityProxyChange.registerForProxyType(EventBus eventBus, java.lang.Class<P> proxyType, EntityProxyChange.Handler<P> handler)
          Register a handler for a EntityProxyChange events for a particular proxy class.
 


GWT 2.3.0