void UIListView::checkChildInfo(int handleState,UIWidget* sender,const Point &touchPoint) { interceptTouchEvent(handleState, sender, touchPoint); }
void UIDragPanel::checkChildInfo(int handleState, UIWidget *sender, const CCPoint &touchPoint) { interceptTouchEvent(handleState, sender, touchPoint); }