Package com.vaadin.client.communication
Interface RequestStartingEvent.Handler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
RequestStartingEvent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface RequestStartingEvent.Handler
extends com.google.gwt.event.shared.EventHandler
Handler for
RequestStartingEvents.-
Method Summary
Modifier and TypeMethodDescriptionvoidonRequestStarting(RequestStartingEvent requestStartingEvent) Called when a request is starting.
-
Method Details
-
onRequestStarting
Called when a request is starting.- Parameters:
requestStartingEvent- the event object
-