public interface ListFormatListener
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.
|
void openComplete()
void totalRecordsInList(int totalRecords)
boolean stopProcessing()