public static class ApplicationConnection.ResponseHandlingStartedEvent extends ApplicationConnection.ApplicationConnectionEvent
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> |
TYPE |
| Constructor and Description |
|---|
ResponseHandlingStartedEvent(ApplicationConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ApplicationConnection.CommunicationHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> |
getAssociatedType() |
getConnectionassertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> TYPE
public ResponseHandlingStartedEvent(ApplicationConnection connection)
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>protected void dispatch(ApplicationConnection.CommunicationHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>Copyright © 2021 Vaadin Ltd. All rights reserved.