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 Detail

      • AbstractServerConnectorEvent

        protected AbstractServerConnectorEvent()
    • Method Detail

      • 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.