Uses of Interface
io.engineblock.activityapi.core.ops.fluent.opfacets.SucceededOp
-
Packages that use SucceededOp Package Description io.engineblock.activityapi.core.ops.fluent io.engineblock.activityapi.core.ops.fluent.opfacets io.engineblock.activityimpl.motor -
-
Uses of SucceededOp in io.engineblock.activityapi.core.ops.fluent
Methods in io.engineblock.activityapi.core.ops.fluent with parameters of type SucceededOp Modifier and Type Method Description voidOpTrackerImpl. onOpSuccess(SucceededOp<D> op) -
Uses of SucceededOp in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of SucceededOp 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 SucceededOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.engineblock.activityapi.core.ops.fluent.opfacets that return SucceededOp Modifier and Type Method Description SucceededOp<D>EventedOpImpl. succeed(int status)SucceededOp<D>OpImpl. succeed(int status)SucceededOp<D>StartedOp. succeed(int status)Mark this op as successful as of the time it is called, and record the resulting status code.Methods in io.engineblock.activityapi.core.ops.fluent.opfacets with parameters of type SucceededOp Modifier and Type Method Description voidOpEvents. onOpSuccess(SucceededOp<D> op) -
Uses of SucceededOp in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor with parameters of type SucceededOp Modifier and Type Method Description voidStrideTracker. onOpSuccess(SucceededOp<D> op)
-