Package com.vaadin.client
Class ApplicationConnection.ResponseHandlingEndedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
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 extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcom.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>Methods inherited from class com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
getConnectionMethods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> TYPE
-
-
Constructor Details
-
ResponseHandlingEndedEvent
-
-
Method Details
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> getAssociatedType()- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
-
dispatch
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
-