package com.hao.job; /** * Created by user on 2016/4/12. */ public interface SubmitCallback { void call(Command command); }