Since: API Level 2.5
public static interface

GalleryFlowInterfaces.Wall.OnCellClickListener

com.droidux.pack.gallery.interfaces.GalleryFlowInterfaces.Wall.OnCellClickListener

Class Overview

Represents a listener to be notified when a wall cell is clicked.

Summary

Public Methods
abstract void onCellClick(AdapterView<?> parent, View view, int position, long id)
Called when a wall cell is clicked.

Public Methods

public abstract void onCellClick (AdapterView<?> parent, View view, int position, long id)

Since: API Level 2.5

Called when a wall cell is clicked.

Parameters
parent The GalleryFlowWall containing the cell.
view The cell that is clicked.
position The position of the cell in the adapter.
id The id of the clicked cell.