Serializablepublic class RecordDescriptionEvent extends EventObject
RecordFormat and
Record
to listeners that have implemented the
RecordDescriptionListener
interface.| Modifier and Type | Field | 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.
|
source| Constructor | Description |
|---|---|
RecordDescriptionEvent(Object source,
int id) |
Constructs a RecordDescriptionEvent object.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toStringpublic static final int FIELD_DESCRIPTION_ADDED
public static final int KEY_FIELD_DESCRIPTION_ADDED
public static final int FIELD_MODIFIED
public RecordDescriptionEvent(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.Copyright © 2024. All rights reserved.