Interface DropOutHandler

All Superinterfaces:
EventHandler

public interface DropOutHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the dragged object is no longer over this drop target, including when the drag interaction is ending with a drop on this drop target.
  • Method Details

    • onDropOut

      void onDropOut(DropOutEvent event)
      Executed when the dragged object is no longer over this drop target, including when the drag interaction is ending with a drop on this drop target. If you have set a visual indication in dropOver or dropMove, you should reset it to its normal state in dropOut.
      Parameters:
      event - the event