Package com.vaadin.client.communication
Class AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler>
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<H>
-
- com.vaadin.client.communication.AbstractServerConnectorEvent<H>
-
- Direct Known Subclasses:
ConnectorHierarchyChangeEvent
,StateChangeEvent
public abstract class AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> extends com.google.gwt.event.shared.GwtEvent<H>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractServerConnectorEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
dispatch(H handler)
Sends this event to the given handler.ServerConnector
getConnector()
void
setConnector(ServerConnector connector)
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getAssociatedType, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
getConnector
public ServerConnector getConnector()
-
setConnector
public void setConnector(ServerConnector connector)
-
-