Class DefaultListenableGraph.FlyweightVertexEvent<VV>

    • Method Detail

      • setType

        protected void setType​(int type)
        Set the event type of this event.
        Parameters:
        type - type to be set.
      • setVertex

        protected void setVertex​(VV vertex)
        Sets the vertex of this event.
        Parameters:
        vertex - the vertex to be set.