| Package | Description |
|---|---|
| xyz.cofe.cxconsole |
Базовый пакет CxConsole.
|
| xyz.cofe.cxconsole.srvc |
Обеспечивает концепцию служб/демонов.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentLinkedQueue<ConsoleEvent> |
Console.consoleEventQueue
Очередь сообщений
|
protected ListenersHelper<ConsoleListener,ConsoleEvent> |
Console.consoleListeners
Подписчики на события консоли
|
| Modifier and Type | Method and Description |
|---|---|
void |
Console.addConsoleEvent(ConsoleEvent event)
Добавляет событие в очередь
|
void |
ConsoleListener.consoleEvent(ConsoleEvent cevent)
Событие консоли
|
void |
Console.fireConsoleEvent(ConsoleEvent event)
Уведомляет подписчиков о событии
|
| Modifier and Type | Class and Description |
|---|---|
class |
InitServicesBegin |
class |
InitServicesEnd |
class |
ServiceInstalled |
class |
ServiceUninstalled |
Copyright © 2018. All rights reserved.