Interface Draggable

All Known Implementing Classes:
DraggableAreaEntity

public interface Draggable
  • Method Details

    • canDrag

      boolean canDrag()
      Returns:
      (boolean): true if this is able to be drag
    • isDragging

      boolean isDragging()
      Returns:
      (boolean): true if this is dragging
    • wantsDropInteraction

      boolean wantsDropInteraction()
      Returns:
      (boolean): true if this wants to be dropped
    • acknowledgeDrop

      void acknowledgeDrop()
      acknowledge that a drop do happened