com.ibm.jtopenlite.command.program.openlist

Interface ListFormatListener

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void openComplete()
      Called after the list has been opened, but before GetListEntries is called.
      boolean stopProcessing()
      Indicates to the caller who is iterating through the list of entries that they should stop.
      void totalRecordsInList(int totalRecords)
      Called when the list has been built on the server and the total number of records is known.
    • Method Detail

      • openComplete

        void openComplete()
        Called after the list has been opened, but before GetListEntries is called.
      • totalRecordsInList

        void totalRecordsInList(int totalRecords)
        Called when the list has been built on the server and the total number of records is known.
      • stopProcessing

        boolean stopProcessing()
        Indicates to the caller who is iterating through the list of entries that they should stop.