GWT 2.1.0

Uses of Interface
com.google.gwt.requestfactory.shared.RequestEvent.Handler

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

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

Methods in com.google.gwt.requestfactory.shared that return types with arguments of type RequestEvent.Handler
 GwtEvent.Type<RequestEvent.Handler> RequestEvent.getAssociatedType()
           
 

Methods in com.google.gwt.requestfactory.shared with parameters of type RequestEvent.Handler
protected  void RequestEvent.dispatch(RequestEvent.Handler handler)
           
static HandlerRegistration RequestEvent.register(EventBus eventBus, RequestEvent.Handler handler)
           
 

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

Classes in com.google.gwt.requestfactory.ui.client that implement RequestEvent.Handler
 class AuthenticationFailureHandler
          A request event handler which listens to every request and reacts if there is an authentication problem.
 


GWT 2.1.0