Interface DropHandler

All Superinterfaces:
EventHandler

public interface DropHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when the user drops another canvas onto this one.
  • Method Details

    • onDrop

      void onDrop(DropEvent event)
      Notification method fired when the user drops another canvas onto this one. Returning false from this method will prevent any default drop behavior from occurring
      Parameters:
      event - the event