Package com.vaadin.client
Class ApplicationConnection.RequestStartingEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<ApplicationConnection.CommunicationHandler>
com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
com.vaadin.client.ApplicationConnection.RequestStartingEvent
- Enclosing class:
ApplicationConnection
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> -
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
-
RequestStartingEvent
-
-
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>
-