Interface GraphListener<V,​E>

    • Method Detail

      • edgeAdded

        void edgeAdded​(GraphEdgeChangeEvent<V,​E> e)
        Notifies that an edge has been added to the graph.
        Parameters:
        e - the edge event.
      • edgeRemoved

        void edgeRemoved​(GraphEdgeChangeEvent<V,​E> e)
        Notifies that an edge has been removed from the graph.
        Parameters:
        e - the edge event.
      • edgeWeightUpdated

        default void edgeWeightUpdated​(GraphEdgeChangeEvent<V,​E> e)
        Notifies that an edge weight has been updated.
        Parameters:
        e - the edge event.