We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.
Interface ApplicationConnection.CommunicationHandler
-
All Superinterfaces:
com.google.gwt.event.shared.EventHandler
Enclosing class:
public static interface ApplicationConnection.CommunicationHandler extends com.google.gwt.event.shared.EventHandler
The communication handler methods are called at certain points during communication with the server. This allows for making add-ons that keep track of different aspects of the communication.
-
-
Method Summary
All Methods Modifier and Type Method Description void
onRequestStarting(ApplicationConnection.RequestStartingEvent e)
void
onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent e)
void
onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent e)
-
-
-
Method Detail
-
onRequestStarting
void onRequestStarting(ApplicationConnection.RequestStartingEvent e)
-
onResponseHandlingStarted
void onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent e)
-
onResponseHandlingEnded
void onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent e)
-
-