Android
android.widget
public static interface

android.widget.AbsListView.RecyclerListener

android.widget.AbsListView.RecyclerListener

A RecyclerListener is used to receive a notification whenever a View is placed inside the RecycleBin's scrap heap. This listener is used to free resources associated to Views placed in the RecycleBin.

Summary

Public Methods

          void  onMovedToScrapHeap(View view)
Indicates that the specified View was moved into the recycler's scrap heap.

Details

Public Methods

public void onMovedToScrapHeap(View view)

Indicates that the specified View was moved into the recycler's scrap heap. The view is not displayed on screen any more and any expensive resource associated with the view should be discarded.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48