| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl | |
| io.engineblock.activityimpl.action | |
| io.engineblock.activityimpl.motor |
| Modifier and Type | Method and Description |
|---|---|
ActionDispenser |
Activity.getActionDispenser() |
default ActionDispenser |
ActivityType.getActionDispenser(Activity activity)
This method will be called once per action instance.
|
| Modifier and Type | Method and Description |
|---|---|
default MotorDispenser |
ActivityType.getMotorDispenser(Activity activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser) |
void |
Activity.setActionDispenser(ActionDispenser actionDispenser) |
| Modifier and Type | Method and Description |
|---|---|
ActionDispenser |
SimpleActivity.getActionDispenser() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActivity.setActionDispenser(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 © 2016. All rights reserved.