public class RowDataEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
ROW_ADDED
Event ID indicating that a row has been added.
|
static int |
ROW_CHANGED
Event ID indicating that a row has been changed.
|
static int |
ROW_REMOVED
Event 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