com.ibm.jtopenlite.command.program.openlist

Interface OpenListProgram<T extends ListEntryFormat,W extends ListFormatListener>

    • Method Detail

      • getFormatListener

        W getFormatListener()
        The format listener gets called by the formatter once the output data has been formatted.
      • setFormatListener

        void setFormatListener(W listener)
      • getFormatter

        T getFormatter()
        The formatter is the class that handles formatting the output data for each entry in the list.
      • setFormatter

        void setFormatter(T format)