Interface Action

All Known Subinterfaces:
AsyncAction<D>, SyncAction
All Known Implementing Classes:
BaseAsyncAction, CoreAction, StandardAction

public interface Action
An action is the core logic that occurs within an activity. Within a thread slot, a motor will continuously ask an action to process its input. To do anything useful in your action, you should implement AsyncAction or SyncAction directly.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
  • Method Details

    • init

      default void init()