public interface OpenListProgram<T extends ListEntryFormat,W extends ListFormatListener> extends Program
Modifier and Type | Method and Description |
---|---|
W |
getFormatListener()
The format listener gets called by the formatter once the output data has been formatted.
|
T |
getFormatter()
The formatter is the class that handles formatting the output data for each entry in the list.
|
ListInformation |
getListInformation() |
void |
setFormatListener(W listener) |
void |
setFormatter(T format) |
getNumberOfParameters, getParameterInputData, getParameterInputLength, getParameterOutputLength, getParameterType, getProgramLibrary, getProgramName, getTempDataBuffer, newCall, setParameterOutputData
ListInformation getListInformation()
W getFormatListener()
void setFormatListener(W listener)
T getFormatter()
void setFormatter(T format)