| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl | |
| io.engineblock.activityimpl.action | |
| io.engineblock.activityimpl.motor |
| Modifier and Type | Method and Description |
|---|---|
default ActionDispenser |
ActivityType.getActionDispenser(A activity)
This method will be called once per action instance.
|
ActionDispenser |
Activity.getActionDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
default MotorDispenser |
ActivityType.getMotorDispenser(A activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser) |
void |
Activity.setActionDispenserDelegate(ActionDispenser actionDispenser) |
| Modifier and Type | Method and Description |
|---|---|
ActionDispenser |
SimpleActivity.getActionDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActivity.setActionDispenserDelegate(ActionDispenser actionDispenser) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreActionDispenser
An action dispenser that returns a logging action.
|
| Constructor and Description |
|---|
CoreMotorDispenser(Activity activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser) |
Copyright © 2017. All rights reserved.