public interface ScheduleService
abstract void
startTask(String name, Action action, int dueTime, int period)
stopTask(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void startTask(String name, Action action, int dueTime, int period)
abstract void stopTask(String name)