Class TristateListModelEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.inductiveautomation.ignition.designer.gui.tristate.TristateListModelEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TristateListModelEvent extends java.util.EventObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TristateListModelEvent(java.lang.Object source)
TristateListModelEvent(java.lang.Object source, int changedIndex, int changedState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChangedIndex()
int
getChangedState()
-