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