*
* @param listener a {@link iqq.im.QQActionListener} object.
* @return a {@link iqq.im.event.QQActionFuture} object.
*/
public QQActionFuture getCategoryList(QQActionListener listener) {
return pushHttpAction(new GetBuddyListAction(getContext(), listener));
}