We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.
Class ApplicationConnection.RequestStartingEvent
- 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.RequestStartingEvent
-
Enclosing class:
public static class ApplicationConnection.RequestStartingEvent 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 RequestStartingEvent(ApplicationConnection connection)
-
Method Summary
All 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
-
RequestStartingEvent
public RequestStartingEvent(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>
-
-