Serializable
public class RowDataEvent extends EventObject
Modifier and Type | Field | 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.
|
source
Constructor | Description |
---|---|
RowDataEvent(Object source,
int id) |
Constructs a RowDataEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toString
public static final int ROW_ADDED
public static final int ROW_CHANGED
public static final int ROW_REMOVED
public RowDataEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier.Copyright © 2023. All rights reserved.