com.jeesuite.common2.task.SubTimerTask Maven / Gradle / Ivy
The newest version!
package com.jeesuite.common2.task;
public interface SubTimerTask {
void doSchedule();
int periodMillis();
}
package com.jeesuite.common2.task;
public interface SubTimerTask {
void doSchedule();
int periodMillis();
}