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

com.jeesuite.common2.task.SubTimerTask Maven / Gradle / Ivy

The newest version!
package com.jeesuite.common2.task;

public interface SubTimerTask {

	void doSchedule();

	int periodMillis();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy