Since: API Level 2.5
public static interface

PullToRefreshInterfaces.Views.LoadingView

com.droidux.pack.list.interfaces.PullToRefreshInterfaces.Views.LoadingView

Class Overview

Represents a view displayed while loading more data.

Summary

Public Methods
abstract View asView()
Returns the view as a View object.
abstract void onStateChanged(PullToRefreshInterfaces.States state)
Called when the loading view's state is changed.

Public Methods

public abstract View asView ()

Since: API Level 2.5

Returns the view as a View object.

Returns
  • The loading view as View object.

public abstract void onStateChanged (PullToRefreshInterfaces.States state)

Since: API Level 2.5

Called when the loading view's state is changed.

Parameters
state The new state.