Class DragEndEvent


public class DragEndEvent extends ClientEvent<DragDropListener>
Event fired when a drag operation ends (the user releases the mouse button or presses Escape).
  • Constructor Details

    • DragEndEvent

      public DragEndEvent()
  • 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