Uses of Interface
xyz.cofe.collection.AddedEvent
-
Packages that use AddedEvent Package Description xyz.cofe.collection Коллекции с поддержкой уведомлений. -
-
Uses of AddedEvent in xyz.cofe.collection
Subinterfaces of AddedEvent in xyz.cofe.collection Modifier and Type Interface Description interfaceInsertedEvent<C,K,E>Добавление элемента в коллециюinterfaceUpdatedEvent<C,K,E>Обновление элемента коллецииClasses in xyz.cofe.collection that implement AddedEvent Modifier and Type Class Description static classTreeEvent.Added<A extends Tree<A>>Событие добавление дочернего узлаstatic classTreeEvent.Inserted<A extends Tree<A>>Событие добавление дочернего узла с указанием позиции вставкиstatic classTreeEvent.Updated<A extends Tree<A>>Событие замены дочернего элементаMethods in xyz.cofe.collection that return AddedEvent Modifier and Type Method Description static <C,E>
AddedEvent<C,E>AddedEvent. create(C coll, E element)Создание уведомления
-