Uses of Class
xyz.cofe.collection.graph.GraphIteratorEvent
-
Packages that use 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 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>
AutoCloseableGraphIterator. listen(Class<EventType> evType, 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
-