Class DragStartEvent


public class DragStartEvent extends ClientEvent<DragDropListener>
Event fired when the user begins dragging an element.
  • Constructor Details

    • DragStartEvent

      public DragStartEvent()
  • Method Details

    • dispatchTo

      public void dispatchTo(DragDropListener listener)
      Dispatches this event to the specified listener.

      Subclasses implement this method to call the appropriate handler method on the listener interface.

      Specified by:
      dispatchTo in class Event<DragDropListener>
      Parameters:
      listener - the listener to dispatch this event to