Package io.engineblock.activityapi.core
Interface Action
-
- All Known Subinterfaces:
AsyncAction<D>,MultiPhaseAction,SyncAction
- All Known Implementing Classes:
BaseAsyncAction,CoreAction
public interface ActionAn 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 implementAsyncActionorSyncActiondirectly.
-
-
Method Summary
Modifier and Type Method Description default voidinit()
-