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