Class DragEnterEvent


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

    • DragEnterEvent

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