package com.jqyd.android.module.lbs.Interface; /** * 定时任务结果返回接口 * * @author 荆林枭 * */ public interface IAlarm { public void isExecute(boolean execute); }