Class DropEvent

  • All Implemented Interfaces:
    Contextual

    public class DropEvent
    extends DragAndDropEvent
    An event indicating an object was dropped onto a display.
    Author:
    Curtis Rueden
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
        Gets whether the drop operation was successful.
      • setSuccessful

        public void setSuccessful​(boolean successful)
        Sets whether the drop operation was successful.