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