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

com.yoloho.schedule.interfaces.IStrategyTask Maven / Gradle / Ivy

The newest version!
package com.yoloho.schedule.interfaces;

public interface IStrategyTask {
    public void initialTaskParameter(String strategyName, String taskParameter) throws Exception;

    public void stop(String strategyName) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy