67,542
社区成员
发帖
与我相关
我的任务
分享
public static interface OnViewListener {
/**
* Invoked when the View becomes fully closed.
*/
public void onViewClosed(View v);
/**
* Invoked when the View becomes fully opened.
*/
public void onViewOpened(View v);
}
好象有点绕嘴啊。。。 不过也能明白在啥地方使用回调函数了