All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.access.AS400FileRecordDescriptionListener
- 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.
-
recordFormatRetrieved(AS400FileRecordDescriptionEvent)
- Invoked when the record formats for a file have been retrieved.
-
recordFormatSourceCreated(AS400FileRecordDescriptionEvent)
- Invoked when the record format source code files for a file have been created.
recordFormatRetrieved
public abstract void recordFormatRetrieved(AS400FileRecordDescriptionEvent event)
- Invoked when the record formats for a file have been retrieved.
- Parameters:
- event - The event fired.
- See Also:
- retrieveRecordFormat
recordFormatSourceCreated
public abstract void recordFormatSourceCreated(AS400FileRecordDescriptionEvent event)
- Invoked when the record format source code files for a file have been created.
- See Also:
- createRecordFormatSource
All Packages Class Hierarchy This Package Previous Next Index