| Package | Description |
|---|---|
| xyz.cofe.data | |
| xyz.cofe.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
DataCellUpdated |
class |
DataColumnAdded |
class |
DataColumnEvent |
class |
DataColumnRemoved |
class |
DataIndexRowEvent |
class |
DataRowChangesCanceled |
class |
DataRowChangesFixed
Данные в строке зафиксированы
|
class |
DataRowClosed
Строка удалена из таблицы
|
class |
DataRowDeleted
Строка отмечена под удаление
|
class |
DataRowErased
Событие удаление (полное) строки из таблицы
|
class |
DataRowEvent
Событие строки таблицы данных
|
class |
DataRowInserted |
class |
DataRowStateChanged
Изиенение состояния строки таблицы (fixed в changed / changed в fixed и т.д.)
|
class |
DataRowUndeleted
Строка которая была почена как удалленая изменила состояние на fixed/changed
|
class |
DataTableDropped
Таблица полностью очищена.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedBlockingQueue<DataEvent> |
DataTable.eventQueue |
protected ListenersHelper<DataEventListener,DataEvent> |
DataEventSupport.helper |
| Modifier and Type | Method and Description |
|---|---|
<T extends DataEvent> |
DataTable.listen(Class<T> evnType,
boolean weakRef,
Reciver<T> listener) |
<T extends DataEvent> |
DataTable.listen(Class<T> evnType,
Reciver<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTable.addDataEvent(DataEvent ev) |
void |
DataEventListener.dataEvent(DataEvent ev) |
void |
DataEventSupport.fireDataEvent(DataEvent event) |
void |
DataTable.fireEvent(DataEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectPoolEvent
Событие создания соединения
|
static class |
ConnectPoolEvent.Connected |
static class |
ConnectPoolEvent.Disconnected |
static class |
ConnectPoolEvent.StatementCreated |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedBlockingQueue<DataEvent> |
ConnectPool.eventQueue |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectPool.addDataEvent(DataEvent ev) |
void |
ConnectPool.fireDataEvent(DataEvent event) |
Copyright © 2018. All rights reserved.