Class PagedLiveData<T>

java.lang.Object
Type Parameters:
T - the generic type
All Implemented Interfaces:
PagedResult, PageNavigator, PageRequest

public abstract class PagedLiveData<T>
extends KriptonXLiveData<T>
implements PagedResult
The paged version of KriptonLiveData.
Author:
Francesco Benincasa (info@abubusoft.com)