public class ConnectorIdGenerationEvent extends EventObject
source
Constructor and Description |
---|
ConnectorIdGenerationEvent(VaadinSession session,
ClientConnector connector)
Creates a new event for the given session and connector.
|
Modifier and Type | Method and Description |
---|---|
ClientConnector |
getConnector()
Gets the connector that should get an id.
|
VaadinSession |
getSession()
Gets the session for which connector id is needed.
|
VaadinService |
getSource() |
toString
public ConnectorIdGenerationEvent(VaadinSession session, ClientConnector connector)
session
- the session for which a connector id is needed, not
null
connector
- the connector that should get an id, not null
public VaadinSession getSession()
null
public ClientConnector getConnector()
null
public VaadinService getSource()
getSource
in class EventObject
Copyright © 2018 Vaadin Ltd. All rights reserved.