Android
android.widget
public static interface

android.widget.CompoundButton.OnCheckedChangeListener

android.widget.CompoundButton.OnCheckedChangeListener

Interface definition for a callback to be invoked when the checked state of a compound button changed.

Summary

Public Methods

          void  onCheckedChanged(CompoundButton buttonView, boolean isChecked)
Called when the checked state of a compound button has changed.

Details

Public Methods

public void onCheckedChanged(CompoundButton buttonView, boolean isChecked)

Called when the checked state of a compound button has changed.

Parameters

buttonView The compound button view whose state has changed.
isChecked The new checked state of buttonView.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56