| Modifier and Type | Method and Description |
|---|---|
OutputDispenser |
Activity.getMarkerDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<OutputDispenser> |
ActivityType.getOutputDispenser(A activity)
This method will be called once per action instance.
|
| Modifier and Type | Method and Description |
|---|---|
default MotorDispenser |
ActivityType.getMotorDispenser(A activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser,
OutputDispenser outputDispenser) |
void |
Activity.setOutputDispenserDelegate(OutputDispenser outputDispenser) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CycleLogOutputType.Dispenser |
| Modifier and Type | Method and Description |
|---|---|
OutputDispenser |
CycleLogOutputType.getOutputDispenser(Activity activity) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingMarkerDispenser |
| Modifier and Type | Method and Description |
|---|---|
OutputDispenser |
OutputType.getOutputDispenser(Activity activity) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringOutputDispenser |
| Modifier and Type | Method and Description |
|---|---|
OutputDispenser |
SimpleActivity.getMarkerDispenserDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Activity> |
CoreServices.getOutputDispenser(A activity) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleActivity.setOutputDispenserDelegate(OutputDispenser outputDispenser) |
| Constructor and Description |
|---|
FilteringOutputDispenser(OutputDispenser outputDispenser,
Predicate<ResultReadable> resultReadablePredicate) |
| Constructor and Description |
|---|
CoreMotorDispenser(Activity activity,
InputDispenser inputDispenser,
ActionDispenser actionDispenser,
OutputDispenser outputDispenser) |
Copyright © 2017. All rights reserved.