Uses of Interface
com.jgalgo.graph.IndexRemoveListener
-
Packages that use IndexRemoveListener Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexRemoveListener in com.jgalgo.graph
Methods in com.jgalgo.graph with parameters of type IndexRemoveListener Modifier and Type Method Description void
IndexGraph. addEdgeRemoveListener(IndexRemoveListener listener)
Adds a listener that will be called each time a edge swap is performed.void
IndexGraph. addVertexRemoveListener(IndexRemoveListener listener)
Adds a listener that will be called each time a vertex remove or swap is performed.void
IndexGraph. removeEdgeRemoveListener(IndexRemoveListener listener)
Removes an edge remove listener.void
IndexGraph. removeVertexRemoveListener(IndexRemoveListener listener)
Removes a vertex remove listener.
-