我有个问题。
这是我的代码:
public class MyCheckBox extends CheckBox implements OnCheckedChangeListener {
public MyCheckBox(Context context, AttributeSet attrs) {
super(context, attrs);
// TODO Auto-generated constructor stub
}
但是“onCheckedChangeListener”无法实现(日食标记为红色波浪线)。它说“Import onCheckedChangeListener”,我正在点击,但没有任何反应。
这是日食错误还是其他什么?