Uses of Interface
com.vaadin.client.communication.RequestStartingEvent.Handler
Packages that use RequestStartingEvent.Handler
-
Uses of RequestStartingEvent.Handler in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return types with arguments of type RequestStartingEvent.HandlerModifier and TypeMethodDescriptioncom.google.web.bindery.event.shared.Event.Type<RequestStartingEvent.Handler> RequestStartingEvent.getAssociatedType()static com.google.web.bindery.event.shared.Event.Type<RequestStartingEvent.Handler> RequestStartingEvent.getType()Gets the type of the event after ensuring the type has been created.Methods in com.vaadin.client.communication with parameters of type RequestStartingEvent.HandlerModifier and TypeMethodDescriptioncom.google.web.bindery.event.shared.HandlerRegistrationRequestResponseTracker.addRequestStartingHandler(RequestStartingEvent.Handler handler) Adds a handler forRequestStartingEvents.protected voidRequestStartingEvent.dispatch(RequestStartingEvent.Handler handler)