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, toString
public ConnectorEvent(ClientConnector source)
source
- the source connectorpublic ClientConnector getConnector()
Copyright © 2018 Vaadin Ltd. All rights reserved.