com.vaadin.client
Class ApplicationConnection.ResponseHandlingEndedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
          extended by com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
              extended by com.vaadin.client.ApplicationConnection.ResponseHandlingEndedEvent
Enclosing class:
ApplicationConnection

public static class ApplicationConnection.ResponseHandlingEndedEvent
extends ApplicationConnection.ApplicationConnectionEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> TYPE
           
 
Constructor Summary
ApplicationConnection.ResponseHandlingEndedEvent(ApplicationConnection connection)
           
 
Method Summary
protected  void dispatch(ApplicationConnection.CommunicationHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> getAssociatedType()
           
 
Methods inherited from class com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
getConnection
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> TYPE
Constructor Detail

ApplicationConnection.ResponseHandlingEndedEvent

public ApplicationConnection.ResponseHandlingEndedEvent(ApplicationConnection connection)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>

dispatch

protected void dispatch(ApplicationConnection.CommunicationHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>


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