Serializablepublic class AS400FileRecordDescriptionEvent extends EventObject
| Modifier and Type | Field | Description |
|---|---|---|
static int |
RECORD_FORMAT_RETRIEVED |
Event ID indicating that the record formats for a file
have been retrieved.
|
static int |
RECORD_FORMAT_SOURCE_CREATED |
Event ID indicating that source files containing the RecordFormat
classes for a file have been created.
|
source| Constructor | Description |
|---|---|
AS400FileRecordDescriptionEvent(Object source,
int id) |
Constructs a AS400FileRecordDescriptionEvent object.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toStringpublic static final int RECORD_FORMAT_RETRIEVED
public static final int RECORD_FORMAT_SOURCE_CREATED
public AS400FileRecordDescriptionEvent(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.