Interface ListData<T>

  • Type Parameters:
    T - The type of element of the List.

    public interface ListData<T>
    Refreshs a List before printing it.
    • Method Detail

      • getList

        java.util.List<T> getList()
        Returns the elements that will be printed.
        Returns:
        The elements that will be printed.