Class DragExitEvent


public class DragExitEvent extends ClientEvent<DragDropListener>
Event fired when a dragged element exits a valid drop target.
  • Constructor Details

    • DragExitEvent

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