Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Event.Type<EntityProxyChange.Handler<P>> |
EntityProxyChange.getAssociatedType()
Returns the type associated with this instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityProxyChange.dispatch(EntityProxyChange.Handler<P> handler) |
static <P extends EntityProxy> |
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.
|