Uses of Interface
xyz.cofe.collection.graph.GraphIteratorListener
| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Коллекции - Графы и алгоритмы работы с ними
|
-
Uses of GraphIteratorListener in xyz.cofe.collection.graph
Classes in xyz.cofe.collection.graph that implement GraphIteratorListener Modifier and Type Class Description classCyclePathCollector<N,E>Собирает "цикличные" пути в графеclassFullPathCollector<N,E>Собирает "полные" пути в графеFields in xyz.cofe.collection.graph with type parameters of type GraphIteratorListener Modifier and Type Field Description protected ListenersHelper<GraphIteratorListener<N,E>,GraphIteratorEvent<N,E>>GraphIterator. listenersПодпискиMethods in xyz.cofe.collection.graph that return types with arguments of type GraphIteratorListener Modifier and Type Method Description java.util.Set<GraphIteratorListener<N,E>>GraphIterator. getListeners()Возвращает подписчиковMethods in xyz.cofe.collection.graph with parameters of type GraphIteratorListener Modifier and Type Method Description java.lang.AutoCloseableGraphIterator. addListener(GraphIteratorListener listener)Добавление подписчика на событияjava.lang.AutoCloseableGraphIterator. addListener(GraphIteratorListener listener, boolean weakLink)Добавление подписчика на событияbooleanGraphIterator. hasListener(GraphIteratorListener listener)Проверяет наличие подписчика на событияvoidGraphIterator. removeListener(GraphIteratorListener listener)Отписка от событий