Uses of Interface
com.jgalgo.graph.IndexSwapListener
-
Packages that use IndexSwapListener Package Description com.jgalgo.graph -
-
Uses of IndexSwapListener in com.jgalgo.graph
Methods in com.jgalgo.graph with parameters of type IndexSwapListener Modifier and Type Method Description void
IndexGraph. addEdgeSwapListener(IndexSwapListener listener)
Adds a listener that will be called each time a edge swap is performed.void
IndexGraph. addVertexSwapListener(IndexSwapListener listener)
Adds a listener that will be called each time a vertex swap is performed.void
IndexGraph. removeEdgeSwapListener(IndexSwapListener listener)
Removes an edge swap listener.void
IndexGraph. removeVertexSwapListener(IndexSwapListener listener)
Removes a vertex swap listener.
-