Class DefaultListenableGraph.FlyweightVertexEvent<VV>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DefaultListenableGraph<V,​E>

    private static class DefaultListenableGraph.FlyweightVertexEvent<VV>
    extends GraphVertexChangeEvent<VV>
    A reuseable vertex event.
    Since:
    Aug 10, 2003
    • 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.