| Modifier and Type | Field and Description |
|---|---|
protected Set<ActionWorker<?,?>> |
ActionExecutor.tasks
current tasks
|
| Modifier and Type | Method and Description |
|---|---|
ActionWorker<?,?> |
ActionExecutor.addAction(String actionLabel,
Runnable action)
Add an new action to perform.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ActionWorker<?,?>> |
ActionExecutor.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ActionExecutor.onActionCancel(ActionWorker<?,?> source)
Hook when a action has been canceled.
|
abstract void |
ActionExecutor.onActionEnd(ActionWorker<?,?> source)
Hook when a action has end with no failure or cancel.
|
abstract void |
ActionExecutor.onActionFail(ActionWorker<?,?> source)
Hook when a action has failed.
|
abstract void |
ActionExecutor.onActionStart(ActionWorker<?,?> source)
Hook when a action is about to start.
|
abstract void |
ActionExecutor.onAfterAction(ActionWorker<?,?> source)
Hook atfer action is consumed.
|
Copyright © 2008–2017 Ultreia.io. All rights reserved.