package com.jiuqi.njt.inf; public interface TaskInf { public void onPreExecute(); public void isSuccess(Object b); }