Class SingleListBuilderCallback<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    ListBuilderCallback<T>

    public class SingleListBuilderCallback<T>
    extends Object
    implements ListBuilderCallback<T>
    A very simple implementation which can be used in the case where you don't actually require paging and you actually have the entire list already.

    Note that this implementation is not in the spirit of the ListBuilder and you should think carefully and be sure this is the best option available to you before using it.