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 Summary
Constructors Constructor Description CellEvent(java.lang.Object source, java.lang.Object oldValue, java.lang.Object newValue, int row, int column) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()java.lang.ObjectgetNewValue()java.lang.ObjectgetOldValue()intgetRow() 
 -