Class TagChangeEvent
java.lang.Object
java.util.EventObject
javax.swing.event.ChangeEvent
com.inductiveautomation.ignition.common.sqltags.model.event.TagChangeEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionTagChangeEvent
(TagPath path, Tag tag, TagProp prop) Creates a new tag change event for the given tag.TagChangeEvent
(TagPath path, Tag tag, TagProp prop, int[] arrayIndexes) Creates a tag change event for the given tag, which is assumed to have an array value, and specifies which indexes of the array changed. -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
TagChangeEvent
Creates a new tag change event for the given tag.- Parameters:
prop
- Represents which tag property has changed, or null which means a "config change" has occured - the entire tag has changed.
-
TagChangeEvent
Creates a tag change event for the given tag, which is assumed to have an array value, and specifies which indexes of the array changed. If indexes are null, every value is assumed to have changed.
-
-
Method Details
-
getTag
-
getTagPath
-
getTagProperty
-
getChangedArrayIndexes
public int[] getChangedArrayIndexes() -
toString
- Overrides:
toString
in classEventObject
-