com.vaadin.client
Class ApplicationConnection.ApplicationConnectionEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ApplicationConnection.CommunicationHandler>
          extended by 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>
 
Constructor Summary
protected ApplicationConnection.ApplicationConnectionEvent(ApplicationConnection connection)
           
 
Method Summary
 ApplicationConnection getConnection()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationConnection.ApplicationConnectionEvent

protected ApplicationConnection.ApplicationConnectionEvent(ApplicationConnection connection)
Method Detail

getConnection

public ApplicationConnection getConnection()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.