| Package | Description |
|---|---|
| com.vaadin.client |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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) |
Copyright © 2016 Vaadin Ltd. All rights reserved.