java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexAddedEvent
All Implemented Interfaces:
Event
Enclosing interface:
Event

public static class Event.VertexAddedEvent extends Object implements Event
Represents an action where a Vertex is added to the Graph.
  • Constructor Details

    • VertexAddedEvent

      public VertexAddedEvent(Vertex vertex)
  • Method Details