| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl | |
| io.engineblock.activityimpl.input | |
| io.engineblock.activityimpl.motor |
| 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) |
void |
Activity.setInputDispenserDelegate(InputDispenser inputDispenser) |
| Modifier and Type | Method and Description |
|---|---|
InputDispenser |
SimpleActivity.getInputDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActivity.setInputDispenserDelegate(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 © 2017. All rights reserved.