public static abstract class

OnRefreshListener.Standard

extends Object
implements OnRefreshListener
java.lang.Object
   ↳ com.droidux.pack.list.interfaces.OnRefreshListener.Standard

Class Overview

Standard implementation of the OnRefreshListener

Summary

Public Constructors
OnRefreshListener.Standard()
Public Methods
void onBeforeRefresh()
Called before the refresh task is executed in the background/separate thread.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.droidux.pack.list.interfaces.OnRefreshListener

Public Constructors

public OnRefreshListener.Standard ()

Since: API Level 2.5

Public Methods

public void onBeforeRefresh ()

Since: API Level 2.5

Called before the refresh task is executed in the background/separate thread. This method is called in the UI thread.