Interface MouseAlgorithm
-
- All Known Subinterfaces:
MouseMovementAlgorithm
- All Known Implementing Classes:
StandardMouseAlgorithm
public interface MouseAlgorithm
Mouse Algorithm to handle both movement and click implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
handleClick(MouseButton button)
boolean
handleMovement(AbstractMouseDestination destination)
-
-
-
Method Detail
-
handleMovement
boolean handleMovement(AbstractMouseDestination destination)
-
handleClick
boolean handleClick(MouseButton button)
-
-