Interface MouseMovementAlgorithm
-
- All Superinterfaces:
MouseAlgorithm
- All Known Implementing Classes:
StandardMouseAlgorithm
@Deprecated public interface MouseMovementAlgorithm extends MouseAlgorithm
Deprecated.seeMouseAlgorithm
and implement that instead of this.Algorithm to handle only the mouse movement, kept here for backwards compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default boolean
handleClick(MouseButton button)
Deprecated.boolean
handleMovement(AbstractMouseDestination destination)
Deprecated.
-
-
-
Method Detail
-
handleMovement
boolean handleMovement(AbstractMouseDestination destination)
Deprecated.- Specified by:
handleMovement
in interfaceMouseAlgorithm
-
handleClick
default boolean handleClick(MouseButton button)
Deprecated.- Specified by:
handleClick
in interfaceMouseAlgorithm
-
-