| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.application | |
| org.nuiton.jaxx.runtime.swing.application.event |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActionExecutor.fireAction(ActionWorker<?,?> worker,
BiConsumer<ActionExecutorListener,ActionExecutorEvent> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionExecutorListener.actionCancel(ActionExecutorEvent event)
When action has cancel.
|
void |
LogListener.actionCancel(ActionExecutorEvent event) |
void |
ActionExecutorListener.actionDone(ActionExecutorEvent event)
When action has done.
|
void |
LogListener.actionDone(ActionExecutorEvent event) |
void |
ActionExecutorListener.actionEnd(ActionExecutorEvent event)
When action has end.
|
void |
LogListener.actionEnd(ActionExecutorEvent event) |
void |
ActionExecutorListener.actionFail(ActionExecutorEvent event)
When action has failed.
|
void |
LogListener.actionFail(ActionExecutorEvent event) |
void |
ActionExecutorListener.actionStart(ActionExecutorEvent event)
When action has started.
|
void |
LogListener.actionStart(ActionExecutorEvent event) |
Copyright © 2008–2020 Ultreia.io. All rights reserved.