Class Event.VertexPropertyChangedEvent

All Implemented Interfaces:
Event
Enclosing interface:
Event

public static class Event.VertexPropertyChangedEvent extends Event.ElementPropertyChangedEvent
Represents an action where a VertexProperty is modified on a Vertex. If the Property is new then the oldValue will be null.
  • Constructor Details

    • VertexPropertyChangedEvent

      public VertexPropertyChangedEvent(Vertex element, Property oldValue, Object newValue, Object... vertexPropertyKeyValues)