com.ibm.jtopenlite.command.program
Interface OpenListOfObjectsFormatListener


public interface OpenListOfObjectsFormatListener


Method Summary
 void newObjectEntry(String objectNameUsed, String objectLibraryUsed, String objectTypeUsed, String informationStatus, int numberOfFieldsReturned)
           
 void newObjectFieldData(int lengthOfFieldInformation, int keyField, String typeOfData, int lengthOfData, int offsetToData, byte[] tempDataBuffer)
           
 

Method Detail

newObjectEntry

void newObjectEntry(String objectNameUsed,
                    String objectLibraryUsed,
                    String objectTypeUsed,
                    String informationStatus,
                    int numberOfFieldsReturned)

newObjectFieldData

void newObjectFieldData(int lengthOfFieldInformation,
                        int keyField,
                        String typeOfData,
                        int lengthOfData,
                        int offsetToData,
                        byte[] tempDataBuffer)