Class Event.EdgePropertyChangedEvent

All Implemented Interfaces:
Event
Enclosing interface:
Event

public static class Event.EdgePropertyChangedEvent extends Event.ElementPropertyChangedEvent
Represents an action where an Edge Property is added/modified. If the Property is new then the oldValue will be null.
  • Constructor Details

    • EdgePropertyChangedEvent

      public EdgePropertyChangedEvent(Edge edge, Property oldValue, Object newValue)