Interface Droppable


public interface Droppable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    Interaction of a dropping
  • Method Details

    • canDrop

      boolean canDrop()
      Returns:
      (boolean): true if this is able to interact with a drop
    • receiveDropFrom

      void receiveDropFrom(Draggable draggable)
      Interaction of a dropping
      Parameters:
      draggable - the object that is dropped