public interface ActionQueueListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
actionFinished(Action action)
Invoked when an Action has finished successfully.
|
void |
actionQueueFailed(Throwable error)
Invoked if the ActionQueue has failed.
|
void |
actionQueueFinished()
Invoked when the ActionQueue has finished.
|
void |
actionStarting(Action action)
Invoked when an Action is about to be performed.
|
void actionQueueFinished()
perform
method has returned successfully.void actionQueueFailed(Throwable error)
error
- the error that occurred (usually an ActionFailedException).void actionStarting(Action action)
action
- the Action that will be performed.void actionFinished(Action action)
action
- the Action that has finished.Copyright © 2023. All rights reserved.