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.ApplicationConnectionEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
-
- com.vaadin.client.ApplicationConnection.ApplicationConnectionEvent
-
Direct Known Subclasses:
ApplicationConnection.RequestStartingEvent
,ApplicationConnection.ResponseHandlingEndedEvent
,ApplicationConnection.ResponseHandlingStartedEvent
Enclosing class:
public abstract static class ApplicationConnection.ApplicationConnectionEvent extends com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
-
-
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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ApplicationConnectionEvent​(ApplicationConnection connection)
-
Method Summary
All Methods Modifier and Type Method Description ApplicationConnection
getConnection()
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
ApplicationConnectionEvent
protected ApplicationConnectionEvent​(ApplicationConnection connection)
-
-
Method Detail
-
getConnection
public ApplicationConnection getConnection()
-
-