| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl | |
| io.engineblock.activityimpl.input | |
| io.engineblock.activityimpl.motor |
| Modifier and Type | Method and Description |
|---|---|
InputDispenser |
Activity.getInputDispenser() |
default InputDispenser |
ActivityType.getInputDispenser(Activity activity)
Return the InputDispenser instance that will be used by the associated activity to create Input factories
for each thread slot.
|
| Modifier and Type | Method and Description |
|---|---|
default MotorDispenser |
ActivityType.getMotorDispenser(Activity activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser) |
void |
Activity.setInputDispenser(InputDispenser inputDispenser) |
| Modifier and Type | Method and Description |
|---|---|
InputDispenser |
SimpleActivity.getInputDispenser() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActivity.setInputDispenser(InputDispenser inputDispenser) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreInputDispenser
This dispenser assumes one input per activity.
|
class |
SimpleInputDispenser
An input dispenser that returns the same rate-limiting sequence supplier to all consumers.
|
| Constructor and Description |
|---|
CoreMotorDispenser(Activity activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser) |
Copyright © 2016. All rights reserved.