| Package | Description |
|---|---|
| xyz.cofe.cxconsole.script |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScriptExecuted<Script> |
interface |
ScriptExecuting<Script> |
| Modifier and Type | Field and Description |
|---|---|
protected ListenersHelper<ScriptListener<Script>,ScriptEvent<Script>> |
ScriptEventSupport.listeners |
| Modifier and Type | Method and Description |
|---|---|
Queue<ScriptEvent<String>> |
ScriptService.getScriptEventQueue() |
Queue<ScriptEvent<Script>> |
ScriptEventSender.getScriptEventQueue() |
ConcurrentLinkedQueue<ScriptEvent<Script>> |
ScriptEventSupport.getScriptEventQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptEventSender.addScriptEvent(ScriptEvent<Script> ev) |
void |
ScriptEventSupport.addScriptEvent(ScriptEvent<Script> ev) |
void |
ScriptService.addScriptEvent(ScriptEvent<String> ev) |
void |
ScriptEventSender.fireScriptEvent(ScriptEvent<Script> event) |
void |
ScriptEventSupport.fireScriptEvent(ScriptEvent<Script> event) |
void |
ScriptService.fireScriptEvent(ScriptEvent<String> event) |
void |
ScriptListener.scriptEvent(ScriptEvent<Script> event) |
Copyright © 2018. All rights reserved.