⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 alwaysstop.java

📁 jooneDTE的源码
💻 JAVA
字号:
/* * AlwaysStop.java * * Created on August 25, 2004, 3:47 PM */package org.joone.dte.control;import org.joone.dte.StopCondition;import org.joone.dte.TaskListFactory;/** * Stops the DTE without conditions. * Indeed this class is absolutely useles, because if no condition has been  * defined, the DTE stops anyway. * @author  P.Marrone */public class AlwaysStop implements StopCondition {            public boolean done(TaskListFactory tasks, int currentCycle) {        return true;    }    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -