| Interface | Description |
|---|---|
| AbstractDataBinder.Listener<DataType,KeyType,ViewType,ParamType> |
Defines the interface, a class, which should be notified about the progress of a
AbstractDataBinder must implement. |
| Class | Description |
|---|---|
| AbstractDataBinder<DataType,KeyType,ViewType,ParamType> |
An abstract base class for all data binders, which allow to asynchronously load data in order to
display it by using views.
|