Uses of Interface
xyz.cofe.collection.CollectionListener
-
Packages that use 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 Set<CollectionListener<C,E>>CollectionEventPublisher. getCollectionListeners()Получение списка подписчиковListenersHelper<CollectionListener<EventList<E>,E>,CollectionEvent<EventList<E>,E>>BasicEventList. listenerHelper()Возвращает подписчиковListenersHelper<CollectionListener<EventMap<K,V>,V>,CollectionEvent<EventMap<K,V>,V>>BasicEventMap. listenerHelper()Возвращает подписчиковListenersHelper<CollectionListener<EventSet<E>,E>,CollectionEvent<EventSet<E>,E>>BasicEventSet. listenerHelper()Возвращает подписчиковdefault ListenersHelper<CollectionListener<C,E>,CollectionEvent<C,E>>CollectionEventPublisher. listenerHelper()Возвращает помошника подписокMethods in xyz.cofe.collection with parameters of type CollectionListener Modifier and Type Method Description default AutoCloseableCollectionEventPublisher. addCollectionListener(boolean weak, CollectionListener<C,E> listener)Добавляет подписчикаdefault AutoCloseableCollectionEventPublisher. addCollectionListener(CollectionListener<C,E> listener)Добавляет подписчикаdefault booleanCollectionEventPublisher. hasCollectionListener(CollectionListener<C,E> listener)Проверка наличия подписчика в списке обработкиdefault voidCollectionEventPublisher. removeCollectionListener(CollectionListener<C,E> listener)Удаление подписчика из списка обработки
-