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() |
toStringpublic ConnectorIdGenerationEvent(VaadinSession session, ClientConnector connector)
session - the session for which a connector id is needed, not
nullconnector - the connector that should get an id, not nullpublic VaadinSession getSession()
nullpublic ClientConnector getConnector()
nullpublic VaadinService getSource()
getSource in class EventObjectCopyright © 2018 Vaadin Ltd. All rights reserved.