Class AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler>

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