public class RecordDescriptionEvent
extends java.util.EventObject
RecordFormat and
Record
to listeners that have implemented the
RecordDescriptionListener
interface.| Modifier and Type | Field and Description |
|---|---|
static int |
FIELD_DESCRIPTION_ADDED
Event id indicating that a field description has been added
to a RecordFormat object.
|
static int |
FIELD_MODIFIED
Event id indicating that a field value has been modified
in a Record object.
|
static int |
KEY_FIELD_DESCRIPTION_ADDED
Event id indicating that a key field description has been added
to a RecordFormat object.
|
| Constructor and Description |
|---|
RecordDescriptionEvent(java.lang.Object source,
int id)
Constructs a RecordDescriptionEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event.
|
public static final int FIELD_DESCRIPTION_ADDED
public static final int KEY_FIELD_DESCRIPTION_ADDED
public static final int FIELD_MODIFIED
public RecordDescriptionEvent(java.lang.Object source,
int id)
source - The object where the event originated.id - The event identifier. The id must
be a valid event id for this class.