|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecordDescriptionListener extends EventListener
The RecordDescriptionListener interface provides the interface that
must be implemented to handle RecordDescriptionEvent objects that are
fired by the record description classes,
RecordFormat and
Record.
| Modifier and Type | Method and 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. |
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||