Uses of Interface
io.engineblock.activityapi.core.Stoppable
-
Packages that use Stoppable Package Description io.engineblock.activityapi.core io.engineblock.activityimpl.motor -
-
Uses of Stoppable in io.engineblock.activityapi.core
Subinterfaces of Stoppable in io.engineblock.activityapi.core Modifier and Type Interface Description interfaceMotor<T>The core threading harness within an activity.Classes in io.engineblock.activityapi.core that implement Stoppable Modifier and Type Class Description classBaseAsyncAction<D,A extends Activity> -
Uses of Stoppable in io.engineblock.activityimpl.motor
Classes in io.engineblock.activityimpl.motor that implement Stoppable Modifier and Type Class Description classCoreMotor<D>ActivityMotor is a Runnable which runs in one of an activity's many threads.
-