EventListenerpublic interface RecordDescriptionListener extends EventListener
RecordFormat and
Record.| Modifier and Type | Method | Description |
|---|---|---|
void |
fieldDescriptionAdded(RecordDescriptionEvent event) |
Invoked when a field description has been added to a RecordFormat object.
|
void |
fieldModified(RecordDescriptionEvent event) |
Invoked when a field value has been changed in a Record object.
|
void |
keyFieldDescriptionAdded(RecordDescriptionEvent event) |
Invoked when a key field description has been added to a RecordFormat
object.
|
void fieldDescriptionAdded(RecordDescriptionEvent event)
event - The event fired.RecordFormat.addFieldDescription(com.ibm.as400.access.FieldDescription)void fieldModified(RecordDescriptionEvent event)
event - The event fired.Record.setField(int, java.lang.Object),
Record.setContents(byte[])void keyFieldDescriptionAdded(RecordDescriptionEvent event)
event - The event fired.RecordFormat.addKeyFieldDescription(int)Copyright © 2024. All rights reserved.