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
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description ResponseHandlingEndedEvent(ApplicationConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> TYPE
-
-
Constructor Detail
-
ResponseHandlingEndedEvent
public ResponseHandlingEndedEvent(ApplicationConnection connection)
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ApplicationConnection.CommunicationHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
-
dispatch
protected void dispatch(ApplicationConnection.CommunicationHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
-
-