Uses of Interface
com.vaadin.client.ApplicationConnection.CommunicationHandler

Packages that use ApplicationConnection.CommunicationHandler
com.vaadin.client   
 

Uses of ApplicationConnection.CommunicationHandler in com.vaadin.client
 

Fields in com.vaadin.client with type parameters of type ApplicationConnection.CommunicationHandler
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> ApplicationConnection.RequestStartingEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> ApplicationConnection.ResponseHandlingEndedEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> ApplicationConnection.ResponseHandlingStartedEvent.TYPE
           
 

Methods in com.vaadin.client that return types with arguments of type ApplicationConnection.CommunicationHandler
 com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> ApplicationConnection.RequestStartingEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> ApplicationConnection.ResponseHandlingEndedEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> ApplicationConnection.ResponseHandlingStartedEvent.getAssociatedType()
           
 

Methods in com.vaadin.client with parameters of type ApplicationConnection.CommunicationHandler
protected  void ApplicationConnection.RequestStartingEvent.dispatch(ApplicationConnection.CommunicationHandler handler)
           
protected  void ApplicationConnection.ResponseHandlingEndedEvent.dispatch(ApplicationConnection.CommunicationHandler handler)
           
protected  void ApplicationConnection.ResponseHandlingStartedEvent.dispatch(ApplicationConnection.CommunicationHandler handler)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.