com.droidux.pack.list.interfaces.OnRefreshListener |
![]() |
Interface definition for a callback to be invoked when a view/adapter needs to be refreshed.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OnRefreshListener.Standard | Standard implementation of the OnRefreshListener
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called after the refresh task is executed in the background/separate thread.
| |||||||||||
Called before the refresh task is executed in the background/separate thread.
| |||||||||||
Called when the refresh task is executing.
|
Called after the refresh task is executed in the background/separate thread. This method is called in the UI thread.
Called before the refresh task is executed in the background/separate thread. This method is called in the UI thread.
Called when the refresh task is executing. This method is run in the background thread. Don't call anything in the UI thread in this method.