Interface Stoppable

All Known Subinterfaces:
Motor<T>
All Known Implementing Classes:
BaseAsyncAction, CoreMotor

public interface Stoppable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Ask this component to stop cycling.
    static void
    stop(Object... candidates)
     
  • Method Details

    • requestStop

      void requestStop()
      Ask this component to stop cycling. This is an asynchronous request. Once the current active cycle completes, the request will cause the component to stop cooperatively.
    • stop

      static void stop(Object... candidates)