Since: API Level 2.5
public static interface

SegmentedButtonGroup.OnCheckedChangeListener

com.droidux.pack.action.widget.SegmentedButtonGroup.OnCheckedChangeListener

Class Overview

Interface definition for a callback to be invoked when the checked segmented button changed in this group.

Summary

Public Methods
abstract void onCheckedChanged(SegmentedButtonGroup group, ActionInterfaces.Item.ActionItem action)

Called when the checked segmented button has changed.

Public Methods

public abstract void onCheckedChanged (SegmentedButtonGroup group, ActionInterfaces.Item.ActionItem action)

Since: API Level 2.5

Called when the checked segmented button has changed. When the selection is cleared, action is null.

Parameters
group the group in which the checked segmented button has changed
action the ActionInterfaces.Item.ActionItem associated with the newly checked segmented button