com.vaadin.client
Interface ApplicationConnection.CommunicationHandler
- All Superinterfaces:
- com.google.gwt.event.shared.EventHandler
- Enclosing class:
- ApplicationConnection
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.
onRequestStarting
void onRequestStarting(ApplicationConnection.RequestStartingEvent e)
onResponseHandlingStarted
void onResponseHandlingStarted(ApplicationConnection.ResponseHandlingStartedEvent e)
onResponseHandlingEnded
void onResponseHandlingEnded(ApplicationConnection.ResponseHandlingEndedEvent e)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.