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 forRequestStartingEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRequestStarting(RequestStartingEvent requestStartingEvent)Called when a request is starting.
-
-
-
Method Detail
-
onRequestStarting
void onRequestStarting(RequestStartingEvent requestStartingEvent)
Called when a request is starting.- Parameters:
requestStartingEvent- the event object
-
-