|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AS400FileRecordDescriptionListener extends EventListener
The AS400FileRecordDescriptionListener interface provides the interface that
must be implemented to handle AS400FileRecordDescriptionEvent objects that are
fired by the AS400FileRecordDescription
class.
| Modifier and Type | Method and Description |
|---|---|
void |
recordFormatRetrieved(AS400FileRecordDescriptionEvent event)
Invoked when the record formats for a file have been retrieved. |
void |
recordFormatSourceCreated(AS400FileRecordDescriptionEvent event)
Invoked when the record format source code files for a file have been created. |
| Method Detail |
|---|
void recordFormatRetrieved(AS400FileRecordDescriptionEvent event)
event - The event fired.AS400FileRecordDescription.retrieveRecordFormat()void recordFormatSourceCreated(AS400FileRecordDescriptionEvent event)
AS400FileRecordDescription.createRecordFormatSource(java.lang.String, java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||