Class PositionChangeEvent

java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
com.inductiveautomation.ignition.client.jsonedit.change.PositionChangeEvent
All Implemented Interfaces:
Serializable

public class PositionChangeEvent extends PropertyChangeEvent
See Also:
  • Field Details

    • oldIndex

      public final int oldIndex
    • newIndex

      public final int newIndex
  • Constructor Details

    • PositionChangeEvent

      public PositionChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, int oldIndex, int newIndex)
      Constructs a new PropertyChangeEvent.
      Parameters:
      source - the bean that fired the event
      propertyName - the programmatic name of the property that was changed
      oldValue - the old value of the property
      newValue - the new value of the property
      Throws:
      IllegalArgumentException - if source is null