| Package | Description |
|---|---|
| xyz.cofe.cxconsole.script | |
| xyz.cofe.cxconsole.script.jsr233 | |
| xyz.cofe.cxconsole.script.out |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptExecuted<Script> |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecuted<String> |
ScriptEventSupport.createScriptExecuted(ExecuteResult<String> result,
Engine engine,
TextDocument scriptDocument) |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
ExecuteMonitor.onFinished(Reciver<ExecuteResult<Script>> consumer)
При завершении выполнения вызывает указанного "подписчика"
|
Closeable |
ExecuteMonitor.onFinished(Reciver<ExecuteResult<Script>> consumer,
boolean weakListener)
При завершении выполнения вызывает указанного "подписчика"
|
void |
ExecuteMonitor.startCancel(Reciver<ExecuteResult<Script>> consumer)
Отмена выполнения асинхронно.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadMonitorImpl<Script> |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
ThreadMonitorImpl.onFinished(Reciver<ExecuteResult<Script>> consumer) |
Closeable |
ThreadMonitorImpl.onFinished(Reciver<ExecuteResult<Script>> consumer,
boolean weakListener) |
void |
ThreadMonitorImpl.startCancel(Reciver<ExecuteResult<Script>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
FinishNotifier.recive(ExecuteResult execres) |
Copyright © 2018. All rights reserved.