Uses of Interface
com.vaadin.client.communication.ResponseHandlingEndedEvent.Handler
Packages that use ResponseHandlingEndedEvent.Handler
-
Uses of ResponseHandlingEndedEvent.Handler in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return types with arguments of type ResponseHandlingEndedEvent.HandlerModifier and TypeMethodDescriptioncom.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.HandlerModifier and TypeMethodDescriptioncom.google.web.bindery.event.shared.HandlerRegistrationRequestResponseTracker.addResponseHandlingEndedHandler(ResponseHandlingEndedEvent.Handler handler) Adds a handler forResponseHandlingEndedEvents.protected voidResponseHandlingEndedEvent.dispatch(ResponseHandlingEndedEvent.Handler handler)