All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pro.jk.ejoker.common.service.IScheduleService Maven / Gradle / Ivy

There is a newer version: 3.0.7.1
Show newest version
package pro.jk.ejoker.common.service;

public interface IScheduleService {

    void startTask(String name, Runnable action, long dueTime, long period);
    void stopTask(String name);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy