Package com.vaadin.client.communication
Interface ResponseHandlingStartedEvent.Handler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
- Enclosing class:
- ResponseHandlingStartedEvent
- 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 ResponseHandlingStartedEvent.Handler
extends com.google.gwt.event.shared.EventHandler
Handler for
ResponseHandlingStartedEvents.-
Method Summary
Modifier and TypeMethodDescriptionvoidonResponseHandlingStarted(ResponseHandlingStartedEvent responseHandlingStartedEvent) Called when handling of a response starts.
-
Method Details
-
onResponseHandlingStarted
Called when handling of a response starts.- Parameters:
responseHandlingStartedEvent- the event object
-