package com.hao.job; /** * Created by user on 2016/4/12. */ public interface AsyncCallBack { void operationComplete(final ResponseFuture future); }