Uses of Interface
com.vaadin.client.ApplicationConnection.CommunicationHandler
-
Packages that use ApplicationConnection.CommunicationHandler Package Description com.vaadin.client -
-
Uses of ApplicationConnection.CommunicationHandler in com.vaadin.client
Fields in com.vaadin.client with type parameters of type ApplicationConnection.CommunicationHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>
ApplicationConnection.RequestStartingEvent. TYPE
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>
ApplicationConnection.ResponseHandlingEndedEvent. TYPE
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>
ApplicationConnection.ResponseHandlingStartedEvent. TYPE
Methods in com.vaadin.client that return types with arguments of type ApplicationConnection.CommunicationHandler Modifier and Type Method Description com.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.CommunicationHandler Modifier and Type Method Description protected void
ApplicationConnection.RequestStartingEvent. dispatch(ApplicationConnection.CommunicationHandler handler)
protected void
ApplicationConnection.ResponseHandlingEndedEvent. dispatch(ApplicationConnection.CommunicationHandler handler)
protected void
ApplicationConnection.ResponseHandlingStartedEvent. dispatch(ApplicationConnection.CommunicationHandler handler)
-