Since: API Level 2.5
public static interface

ActionInterfaces.Item.ActionItem.OnActionListener

com.droidux.pack.action.interfaces.ActionInterfaces.Item.ActionItem.OnActionListener

Class Overview

Represents a listener to be notified when the action is executed.

Summary

Public Methods
abstract void onAction(View v, ActionInterfaces.Item.ActionItem action)
Called when an action is executed.

Public Methods

public abstract void onAction (View v, ActionInterfaces.Item.ActionItem action)

Since: API Level 2.5

Called when an action is executed.

Parameters
v The action view
action The action item