Interface Stoppable
-
- All Known Subinterfaces:
Arm
,Climber
,Drivetrain
,Elevator
,Shooter
- All Known Implementing Classes:
LimitedElevator
,ModularDrivetrain
public interface Stoppable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stop()
Stop the mechanism from moving
-