com.vaadin.server
Class ClientConnector.AttachEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.server.ClientConnector.AttachEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
ClientConnector

public static class ClientConnector.AttachEvent
extends ConnectorEvent

Event fired after a connector is attached to the application.

See Also:
Serialized Form

Field Summary
static java.lang.String ATTACH_EVENT_IDENTIFIER
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClientConnector.AttachEvent(ClientConnector source)
           
 
Method Summary
 
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTACH_EVENT_IDENTIFIER

public static final java.lang.String ATTACH_EVENT_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

ClientConnector.AttachEvent

public ClientConnector.AttachEvent(ClientConnector source)


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