public class SchemaCreator.MyListener extends Object implements ActionQueueListener
Constructor and Description |
---|
MyListener() |
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.
|
public void actionQueueFinished()
ActionQueueListener
perform
method has returned successfully.actionQueueFinished
in interface ActionQueueListener
public void actionQueueFailed(Throwable error)
ActionQueueListener
actionQueueFailed
in interface ActionQueueListener
error
- the error that occurred (usually an ActionFailedException).public void actionStarting(Action action)
ActionQueueListener
actionStarting
in interface ActionQueueListener
action
- the Action that will be performed.public void actionFinished(Action action)
ActionQueueListener
actionFinished
in interface ActionQueueListener
action
- the Action that has finished.Copyright © 2023. All rights reserved.