GWT 2.1.0

Uses of Class
com.google.gwt.requestfactory.shared.RequestEvent

Packages that use RequestEvent
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. 
com.google.gwt.requestfactory.ui.client   
 

Uses of RequestEvent in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared with parameters of type RequestEvent
 void RequestEvent.Handler.onRequestEvent(RequestEvent requestEvent)
           
 

Uses of RequestEvent in com.google.gwt.requestfactory.ui.client
 

Methods in com.google.gwt.requestfactory.ui.client with parameters of type RequestEvent
 void AuthenticationFailureHandler.onRequestEvent(RequestEvent requestEvent)
           
 


GWT 2.1.0