public abstract class AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.shared.GwtEvent<H>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractServerConnectorEvent() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispatch(H handler)
Sends this event to the given handler.
|
ServerConnector |
getConnector() |
void |
setConnector(ServerConnector connector) |
assertLive, getAssociatedType, getSource, isLive, kill, revivepublic ServerConnector getConnector()
public void setConnector(ServerConnector connector)
Copyright © 2018 Vaadin Ltd. All rights reserved.