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

top.cutexingluo.tools.basepackage.function.Handler Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package top.cutexingluo.tools.basepackage.function;

/**
 * 处理器
 *
 * @author XingTian
 * @version 1.0.0
 * @date 2024/4/25 15:42
 * @since 1.0.5
 */
@FunctionalInterface
public interface Handler {
    void handle(E event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy