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

com.github.liuyehcf.framework.language.hua.cmd.OptAction Maven / Gradle / Ivy

package com.github.liuyehcf.framework.language.hua.cmd;

/**
 * 选项执行的动作
 *
 * @author hechenfeng
 * @date 2018/6/28
 */
@FunctionalInterface
public interface OptAction {
    /**
     * 选项执行的动作
     *
     * @param optValue 选项参数值
     */
    void execute(String optValue);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy