public abstract class OnCheckedChangeEvent
extends java.lang.Object
Constructor and Description |
---|
OnCheckedChangeEvent() |
Modifier and Type | Method and Description |
---|---|
static OnCheckedChangeEvent |
create(android.widget.CompoundButton view) |
static OnCheckedChangeEvent |
create(android.widget.CompoundButton view,
boolean value) |
abstract boolean |
value() |
abstract android.widget.CompoundButton |
view() |
public abstract android.widget.CompoundButton view()
public abstract boolean value()
public static OnCheckedChangeEvent create(android.widget.CompoundButton view)
public static OnCheckedChangeEvent create(android.widget.CompoundButton view, boolean value)