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 forResponseHandlingStartedEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResponseHandlingStarted(ResponseHandlingStartedEvent responseHandlingStartedEvent)Called when handling of a response starts.
-
-
-
Method Detail
-
onResponseHandlingStarted
void onResponseHandlingStarted(ResponseHandlingStartedEvent responseHandlingStartedEvent)
Called when handling of a response starts.- Parameters:
responseHandlingStartedEvent- the event object
-
-