Uses of Interface
io.engineblock.activityapi.core.ops.fluent.opfacets.SkippedOp
-
Packages that use SkippedOp Package Description io.engineblock.activityapi.core.ops.fluent io.engineblock.activityapi.core.ops.fluent.opfacets io.engineblock.activityimpl.motor -
-
Uses of SkippedOp in io.engineblock.activityapi.core.ops.fluent
Methods in io.engineblock.activityapi.core.ops.fluent with parameters of type SkippedOp Modifier and Type Method Description voidOpTrackerImpl. onOpSkipped(SkippedOp<D> op) -
Uses of SkippedOp in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of SkippedOp in io.engineblock.activityapi.core.ops.fluent.opfacets Modifier and Type Interface Description interfaceOpFacets<D>This interface represents the union of interfaces needed for all of the behavioral facets of a useful Op implementation.Classes in io.engineblock.activityapi.core.ops.fluent.opfacets that implement SkippedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.engineblock.activityapi.core.ops.fluent.opfacets that return SkippedOp Modifier and Type Method Description SkippedOp<D>OpImpl. skip(int reason)SkippedOp<D>TrackedOp. skip(int reason)Mark that this operation is being skipped by the activity type for some reason.Methods in io.engineblock.activityapi.core.ops.fluent.opfacets with parameters of type SkippedOp Modifier and Type Method Description voidOpEvents. onOpSkipped(SkippedOp<D> op) -
Uses of SkippedOp in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor with parameters of type SkippedOp Modifier and Type Method Description voidStrideTracker. onOpSkipped(SkippedOp<D> op)
-