GWT 2.1.0

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

All Superinterfaces:
EventHandler
All Known Implementing Classes:
AuthenticationFailureHandler
Enclosing class:
RequestEvent

public static interface RequestEvent.Handler
extends EventHandler

Implemented by handlers of this type of event.


Method Summary
 void onRequestEvent(RequestEvent requestEvent)
           
 

Method Detail

onRequestEvent

void onRequestEvent(RequestEvent requestEvent)

GWT 2.1.0