public static interface ApplicationConnection.CommunicationHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestStarting(ApplicationConnection.RequestStartingEvent e) |
void |
onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent e) |
void |
onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent e) |
void onRequestStarting(ApplicationConnection.RequestStartingEvent e)
void onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent e)
void onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent e)
Copyright © 2023 Vaadin Ltd. All rights reserved.