Documentation of 'org.jgrapht.ListenableGraph' Java class
ListenableGraph
org.jgrapht

Interface ListenableGraph<V,E>

    • Method Detail

      • addGraphListener

        void addGraphListener(GraphListener<V,E> l)
        Adds the specified graph listener to this graph, if not already present.
        Parameters:
        l - the listener to be added.
      • addVertexSetListener

        void addVertexSetListener(VertexSetListener<V> l)
        Adds the specified vertex set listener to this graph, if not already present.
        Parameters:
        l - the listener to be added.
      • removeGraphListener

        void removeGraphListener(GraphListener<V,E> l)
        Removes the specified graph listener from this graph, if present.
        Parameters:
        l - the listener to be removed.
      • removeVertexSetListener

        void removeVertexSetListener(VertexSetListener<V> l)
        Removes the specified vertex set listener from this graph, if present.
        Parameters:
        l - the listener to be removed.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.