Uses of Interface
com.vaadin.client.communication.ResponseHandlingStartedEvent.Handler
-
Packages that use ResponseHandlingStartedEvent.Handler Package Description com.vaadin.client.communication -
-
Uses of ResponseHandlingStartedEvent.Handler in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return types with arguments of type ResponseHandlingStartedEvent.Handler Modifier and Type Method Description com.google.web.bindery.event.shared.Event.Type<ResponseHandlingStartedEvent.Handler>ResponseHandlingStartedEvent. getAssociatedType()static com.google.web.bindery.event.shared.Event.Type<ResponseHandlingStartedEvent.Handler>ResponseHandlingStartedEvent. getType()Gets the type of the event after ensuring the type has been created.Methods in com.vaadin.client.communication with parameters of type ResponseHandlingStartedEvent.Handler Modifier and Type Method Description com.google.web.bindery.event.shared.HandlerRegistrationRequestResponseTracker. addResponseHandlingStartedHandler(ResponseHandlingStartedEvent.Handler handler)Adds a handler forResponseHandlingStartedEvents.protected voidResponseHandlingStartedEvent. dispatch(ResponseHandlingStartedEvent.Handler handler)
-