public class RowDataEvent
extends java.util.EventObject
| Modifier and Type | Field and Description | 
|---|---|
| static int | ROW_ADDEDEvent ID indicating that a row has been added. | 
| static int | ROW_CHANGEDEvent ID indicating that a row has been changed. | 
| static int | ROW_REMOVEDEvent ID indicating that a row has been removed. | 
| Constructor and Description | 
|---|
| RowDataEvent(java.lang.Object source,
            int id)Constructs a RowDataEvent object. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getID()Returns the identifier for this event. | 
public static final int ROW_ADDED
public static final int ROW_CHANGED
public static final int ROW_REMOVED