public abstract class ConnectorEvent extends EventObject
source| Constructor and Description |
|---|
ConnectorEvent(ClientConnector source)
Creates a new event fired by the given source.
|
| Modifier and Type | Method and Description |
|---|---|
ClientConnector |
getConnector()
Returns the connector that fired the event.
|
getSource, toStringpublic ConnectorEvent(ClientConnector source)
source - the source connectorpublic ClientConnector getConnector()
Copyright © 2017 Vaadin Ltd. All rights reserved.