| Modifier and Type | Method and Description |
|---|---|
default InputDispenser |
ActivityType.getInputDispenser(A activity)
Return the InputDispenser instance that will be used by the associated activity to create Input factories
for each thread slot.
|
InputDispenser |
Activity.getInputDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
default MotorDispenser |
ActivityType.getMotorDispenser(A activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser,
OutputDispenser outputDispenser) |
void |
Activity.setInputDispenserDelegate(InputDispenser inputDispenser) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CycleLogInputType.Dispenser |
| Modifier and Type | Method and Description |
|---|---|
InputDispenser |
CycleLogInputType.getInputDispenser(Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
InputDispenser |
InputType.getInputDispenser(Activity activity) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringInputDispenser |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Activity> |
CoreServices.getInputDispenser(A activity) |
InputDispenser |
SimpleActivity.getInputDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActivity.setInputDispenserDelegate(InputDispenser inputDispenser) |
| Constructor and Description |
|---|
FilteringInputDispenser(InputDispenser dispenser,
Predicate<ResultReadable> resultValuePredicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreInputDispenser |
static class |
TargetRateInputType.Dispenser |
| Modifier and Type | Method and Description |
|---|---|
InputDispenser |
TargetRateInputType.getInputDispenser(Activity activity) |
| Constructor and Description |
|---|
CoreMotorDispenser(Activity activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser,
OutputDispenser outputDispenser) |
Copyright © 2018. All rights reserved.