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() |
getConnection
assertLive, getSource, isLive, kill, revive
public 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 © 2018 Vaadin Ltd. All rights reserved.