|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityProxyChange.Handler | |
---|---|
com.google.gwt.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. |
Uses of EntityProxyChange.Handler in com.google.gwt.requestfactory.shared |
---|
Methods in com.google.gwt.requestfactory.shared that return types with arguments of type EntityProxyChange.Handler | |
---|---|
GwtEvent.Type<EntityProxyChange.Handler<P>> |
EntityProxyChange.getAssociatedType()
Returns the type associated with this instance. |
Methods in com.google.gwt.requestfactory.shared with parameters of type EntityProxyChange.Handler | ||
---|---|---|
protected void |
EntityProxyChange.dispatch(EntityProxyChange.Handler<P> handler)
|
|
static
|
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.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |