Uses of Class
xyz.cofe.collection.graph.GraphIteratorEvent
| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Коллекции - Графы и алгоритмы работы с ними
|
-
Uses of GraphIteratorEvent in xyz.cofe.collection.graph
Subclasses of GraphIteratorEvent in xyz.cofe.collection.graph Modifier and Type Class Description static classGraphIteratorEvent.FetchFinish<N,E>Событие получения завершения обходаstatic classGraphIteratorEvent.PathFetched<N,E>Событие получения очередного пути в графеFields in xyz.cofe.collection.graph with type parameters of type GraphIteratorEvent Modifier and Type Field Description protected java.util.concurrent.ConcurrentLinkedQueue<GraphIteratorEvent<N,E>>GraphIterator. eventQueueОчередь сообщенийprotected ListenersHelper<GraphIteratorListener<N,E>,GraphIteratorEvent<N,E>>GraphIterator. listenersПодпискиMethods in xyz.cofe.collection.graph with type parameters of type GraphIteratorEvent Modifier and Type Method Description <EventType extends GraphIteratorEvent>
java.lang.AutoCloseableGraphIterator. listen(java.lang.Class<EventType> evType, java.util.function.Consumer<EventType> listener)Добавляет подписчика на событие определенного типаMethods in xyz.cofe.collection.graph with parameters of type GraphIteratorEvent Modifier and Type Method Description voidGraphIterator. addEvent(GraphIteratorEvent<N,E> event)Добавляет событие в очередьprotected voidGraphIterator. fireEvent(GraphIteratorEvent<N,E> event)Уведомление о событии подписчиковvoidCyclePathCollector. graphIteratorEvent(GraphIteratorEvent<N,E> ev)voidFullPathCollector. graphIteratorEvent(GraphIteratorEvent<N,E> ev)voidGraphIteratorListener. graphIteratorEvent(GraphIteratorEvent<N,E> event)Уведомление подписчика о событии GrpaphIterator