Uses of Interface
xyz.cofe.collection.CollectionListener
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
-
Uses of CollectionListener in xyz.cofe.collection
Methods in xyz.cofe.collection with type parameters of type CollectionListener Modifier and Type Method Description static <COL, EL, L extends CollectionListener<COL, EL>, E extends CollectionEvent<COL, EL>>
ListenersHelper<L,E>CollectionEventPublisherImpl. listenersHelperOf(CollectionEventPublisher<COL,EL> publisher)Помошник в реализации подписки на событияMethods in xyz.cofe.collection that return types with arguments of type CollectionListener Modifier and Type Method Description default java.util.Set<CollectionListener<C,E>>CollectionEventPublisher. getCollectionListeners()Получение списка подписчиковMethods in xyz.cofe.collection with parameters of type CollectionListener Modifier and Type Method Description default java.lang.AutoCloseableCollectionEventPublisher. addCollectionListener(boolean weak, CollectionListener<C,E> listener)Добавляет подписчикаdefault java.lang.AutoCloseableCollectionEventPublisher. addCollectionListener(CollectionListener<C,E> listener)Добавляет подписчикаdefault booleanCollectionEventPublisher. hasCollectionListener(CollectionListener<C,E> listener)Проверка наличия подписчика в списке обработкиdefault voidCollectionEventPublisher. removeCollectionListener(CollectionListener<C,E> listener)Удаление подписчика из списка обработки