Package io.engineblock.activityapi.core
Interface Stoppable
-
- All Known Subinterfaces:
Motor<T>
- All Known Implementing Classes:
BaseAsyncAction,CoreMotor
public interface Stoppable
-
-
Method Summary
Modifier and Type Method Description voidrequestStop()Ask this component to stop cycling.
-