Package 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:
- ApplicationConnection
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 Instance Methods Concrete 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()
-
-