Class CellEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.inductiveautomation.factorypmi.application.components.CellEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CellEvent extends java.util.EventObject- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CellEvent(java.lang.Object source, java.lang.Object oldValue, java.lang.Object newValue, int row, int column)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()java.lang.ObjectgetNewValue()java.lang.ObjectgetOldValue()intgetRow()
 
-