| Package | Description |
|---|---|
| xyz.cofe.collection.set |
Множество, Прослушивание измений множества
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventSetArgsDeleted<E>
Сообщение измения множества - элемент добавлен
|
class |
EventSetArgsInserted<E>
Сообщение измения множества - элемент добавлен
|
| Modifier and Type | Field and Description |
|---|---|
protected Queue<EventSetArgs<E>> |
BasicEventSet.eventQueue
Очередь сообщений
|
| Modifier and Type | Method and Description |
|---|---|
protected EventSetArgs<E> |
BasicEventSet.addEventToQueue(EventSetArgs<E> event)
Добавляет уведомления в очередь с учетом блокировки
|
protected EventSetArgs<E> |
BasicEventSet.createDeleted(E e)
Создает уведомление о удалении
|
protected EventSetArgs<E> |
BasicEventSet.createDeleting(E e)
Создает уведомление о удалении
|
protected EventSetArgs<E> |
BasicEventSet.createInserted(E e)
Создает уведомление о добавлении
|
protected EventSetArgs<E> |
BasicEventSet.createInserting(E e)
Создает уведомление о добавлении
|
| Modifier and Type | Method and Description |
|---|---|
protected EventSetArgs<E> |
BasicEventSet.addEventToQueue(EventSetArgs<E> event)
Добавляет уведомления в очередь с учетом блокировки
|
protected void |
EventSetAdapter.deleting(EventSetArgs<E> args)
Вызывается при удалении элемента, можно отменить удалении элемента.
|
void |
EventSetListener.eventSet(EventSetArgs<E> args)
Изменения множества
|
void |
EventSetAdapter.eventSet(EventSetArgs<E> args)
Изменения множества
|
protected void |
BasicEventSet.fireEventSet(EventSetArgs<E> args) |
protected void |
EventSetAdapter.inserting(EventSetArgs<E> args)
Вызывается при добавлении элемента, можно отменить добавление элемента.
|
| Constructor and Description |
|---|
EventSetArgs(EventSetArgs<E> src) |
Copyright © 2017. All rights reserved.