Class TagChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.swing.event.ChangeEvent
-
- com.inductiveautomation.ignition.common.sqltags.model.event.TagChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TagChangeEvent extends javax.swing.event.ChangeEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagChangeEvent(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getChangedArrayIndexes()
Tag
getTag()
TagPath
getTagPath()
TagProp
getTagProperty()
java.lang.String
toString()
-