Uses of Interface
io.engineblock.activityapi.core.Action
-
Packages that use Action Package Description io.engineblock.activityapi.core io.engineblock.activityimpl.action io.engineblock.activityimpl.motor -
-
Uses of Action in io.engineblock.activityapi.core
Subinterfaces of Action in io.engineblock.activityapi.core Modifier and Type Interface Description interfaceAsyncAction<D>An AsyncAction allows an activity type to implement asynchronous operations within each thread.interfaceMultiPhaseActionA continuing action can ask to be iterated within the cycle.interfaceSyncActionClasses in io.engineblock.activityapi.core that implement Action Modifier and Type Class Description classBaseAsyncAction<D,A extends Activity> -
Uses of Action in io.engineblock.activityimpl.action
Classes in io.engineblock.activityimpl.action that implement Action Modifier and Type Class Description classCoreActionMethods in io.engineblock.activityimpl.action that return Action Modifier and Type Method Description ActionCoreActionDispenser. getAction(int slot) -
Uses of Action in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor that return Action Modifier and Type Method Description ActionCoreMotor. getAction()Methods in io.engineblock.activityimpl.motor with parameters of type Action Modifier and Type Method Description Motor<D>CoreMotor. setAction(Action action)Set the action for this ActivityMotor.Constructors in io.engineblock.activityimpl.motor with parameters of type Action Constructor Description CoreMotor(Activity activity, long slotId, Input input, Action action)Create an ActivityMotor.CoreMotor(Activity activity, long slotId, Input input, Action action, Output output)Create an ActivityMotor.
-