Uses of Interface
com.vaadin.client.ApplicationConnection.CommunicationHandler
Packages that use ApplicationConnection.CommunicationHandler
-
Uses of ApplicationConnection.CommunicationHandler in com.vaadin.client
Fields in com.vaadin.client with type parameters of type ApplicationConnection.CommunicationHandlerModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>ApplicationConnection.RequestStartingEvent.TYPEstatic com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>ApplicationConnection.ResponseHandlingEndedEvent.TYPEstatic com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>ApplicationConnection.ResponseHandlingStartedEvent.TYPEMethods in com.vaadin.client that return types with arguments of type ApplicationConnection.CommunicationHandlerModifier and TypeMethodDescriptioncom.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>ApplicationConnection.RequestStartingEvent.getAssociatedType()com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>ApplicationConnection.ResponseHandlingEndedEvent.getAssociatedType()com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>ApplicationConnection.ResponseHandlingStartedEvent.getAssociatedType()Methods in com.vaadin.client with parameters of type ApplicationConnection.CommunicationHandlerModifier and TypeMethodDescriptionprotected voidApplicationConnection.RequestStartingEvent.dispatch(ApplicationConnection.CommunicationHandler handler) protected voidApplicationConnection.ResponseHandlingEndedEvent.dispatch(ApplicationConnection.CommunicationHandler handler) protected voidApplicationConnection.ResponseHandlingStartedEvent.dispatch(ApplicationConnection.CommunicationHandler handler)