com.vaadin.terminal.gwt.client.communication
Class AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.vaadin.terminal.gwt.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>
 
Constructor Summary
protected AbstractServerConnectorEvent()
           
 
Method Summary
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
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractServerConnectorEvent

protected AbstractServerConnectorEvent()
Method Detail

getConnector

public ServerConnector getConnector()

setConnector

public void setConnector(ServerConnector connector)

dispatch

public abstract void dispatch(H handler)
Sends this event to the given handler.

Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<H extends com.google.gwt.event.shared.EventHandler>
Parameters:
handler - The handler to dispatch.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.