Interface DropOverHandler

All Superinterfaces:
EventHandler

public interface DropOverHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when the compatible dragged object is first moved over this drop target.
  • Method Details

    • onDropOver

      void onDropOver(DropOverEvent event)
      Executed when the compatible dragged object is first moved over this drop target. Your implementation can use this to show a custom visual indication that the object can be dropped here.
      Parameters:
      event - the event