Class PositionChangeEvent
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
com.inductiveautomation.ignition.client.jsonedit.change.PositionChangeEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPositionChangeEvent(Object source, String propertyName, Object oldValue, Object newValue, int oldIndex, int newIndex) Constructs a newPropertyChangeEvent. -
Method Summary
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringMethods inherited from class java.util.EventObject
getSource
-
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 newPropertyChangeEvent.- Parameters:
source- the bean that fired the eventpropertyName- the programmatic name of the property that was changedoldValue- the old value of the propertynewValue- the new value of the property- Throws:
IllegalArgumentException- ifsourceisnull
-