Interface LocationListener

All Known Implementing Classes:
ChessController

public interface LocationListener
The interface Location listener.
  • Method Details

    • locationSelected

      void locationSelected(Location location)
      Location selected.
      Parameters:
      location - the location
    • locationGrabbed

      void locationGrabbed(Location location)
      Location grabbed.
      Parameters:
      location - the location
    • locationDropped

      void locationDropped(Location location)
      Location dropped.
      Parameters:
      location - the location
    • isLocationDraggable

      boolean isLocationDraggable(Location location)
      Is location draggable boolean.
      Parameters:
      location - the location
      Returns:
      the boolean